Implementation of state of the dummy environment. More...
Public Member Functions | |
State () | |
Construct a state instance. More... | |
State (const arma::colvec &data) | |
Construct a state instance from given data. More... | |
arma::colvec & | Data () |
Modify the internal representation of the state. More... | |
const arma::colvec & | Encode () const |
Encode the state to a column vector. More... | |
Static Public Attributes | |
static size_t | dimension |
Dimension of the encoded state. More... | |
Implementation of state of the dummy environment.
Definition at line 127 of file env_type.hpp.
|
inline |
Construct a state instance.
Definition at line 133 of file env_type.hpp.
|
inline |
Construct a state instance from given data.
data | Data for the state. |
Definition at line 141 of file env_type.hpp.
|
inline |
Modify the internal representation of the state.
Definition at line 145 of file env_type.hpp.
|
inline |
Encode the state to a column vector.
Definition at line 148 of file env_type.hpp.
|
static |
Dimension of the encoded state.
Definition at line 151 of file env_type.hpp.