#include <ISSQuanserQube.h>
Public Member Functions | |
ISSQuanserQube (RcsGraph *graph) | |
virtual | ~ISSQuanserQube () |
unsigned int | getDim () const override |
virtual std::vector< std::string > | getNames () const |
void | getMinMax (double *min, double *max) const override |
void | applyInitialState (const MatNd *initialState) override |
![]() | |
InitStateSetter (RcsGraph *graph) | |
virtual | ~InitStateSetter () |
![]() | |
BoxSpaceProvider () | |
virtual | ~BoxSpaceProvider () |
BoxSpaceProvider (const BoxSpaceProvider &)=delete | |
BoxSpaceProvider & | operator= (const BoxSpaceProvider &)=delete |
BoxSpaceProvider (BoxSpaceProvider &&)=delete | |
BoxSpaceProvider & | operator= (BoxSpaceProvider &&)=delete |
const BoxSpace * | getSpace () const |
Private Attributes | |
RcsBody * | arm |
RcsBody * | pendulum |
Additional Inherited Members | |
![]() | |
RcsGraph * | graph |
Definition at line 39 of file ISSQuanserQube.h.
Rcs::ISSQuanserQube::ISSQuanserQube | ( | RcsGraph * | graph | ) |
Definition at line 39 of file ISSQuanserQube.cpp.
|
virtual |
Definition at line 48 of file ISSQuanserQube.cpp.
|
overridevirtual |
Set initial state of the graph.
Implements Rcs::InitStateSetter.
Definition at line 75 of file ISSQuanserQube.cpp.
|
overridevirtual |
Provides the number of elements in the space. Since the BoxSpace object will be cached, this must not change.
Implements Rcs::BoxSpaceProvider.
Definition at line 53 of file ISSQuanserQube.cpp.
|
overridevirtual |
Provides the minimum and maximum state values. The default implementation uses -inf and inf.
Reimplemented from Rcs::InitStateSetter.
Definition at line 63 of file ISSQuanserQube.cpp.
|
virtual |
Provides names for each entry of the space.
These are intended for use in python, i.e., for pandas dataframe column names.
Reimplemented from Rcs::BoxSpaceProvider.
Definition at line 58 of file ISSQuanserQube.cpp.
|
private |
Definition at line 55 of file ISSQuanserQube.h.
|
private |
Definition at line 56 of file ISSQuanserQube.h.