Implementation of state of the dummy environment.
More...
#include <env_type.hpp>
|
| State () |
| Construct a state instance.
|
|
| State (const arma::colvec &data) |
| Construct a state instance from given data. More...
|
|
arma::colvec & | Data () |
| Modify the internal representation of the state.
|
|
const arma::colvec & | Encode () const |
| Encode the state to a column vector.
|
|
|
static size_t | dimension = 0 |
| Dimension of the encoded state.
|
|
Implementation of state of the dummy environment.
◆ State()
mlpack::rl::ContinuousActionEnv::State::State |
( |
const arma::colvec & |
data | ) |
|
|
inline |
Construct a state instance from given data.
- Parameters
-
The documentation for this class was generated from the following files:
- src/mlpack/methods/reinforcement_learning/environment/env_type.hpp
- src/mlpack/methods/reinforcement_learning/environment/env_type.cpp