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 = 0 |
| Dimension of the encoded state. More... | |
Implementation of state of the dummy environment.
Definition at line 129 of file env_type.hpp.
|
inline |
Construct a state instance.
Definition at line 135 of file env_type.hpp.
|
inline |
Construct a state instance from given data.
| data | Data for the state. |
Definition at line 143 of file env_type.hpp.
|
inline |
Modify the internal representation of the state.
Definition at line 147 of file env_type.hpp.
|
inline |
Encode the state to a column vector.
Definition at line 150 of file env_type.hpp.
|
static |
Dimension of the encoded state.
Definition at line 153 of file env_type.hpp.
Referenced by ContinuousActionEnv::IsTerminal().