mlpack
Public Member Functions | Static Public Attributes | List of all members
mlpack::rl::DiscreteActionEnv::State Class Reference

Implementation of state of the dummy environment. More...

#include <env_type.hpp>

Public Member Functions

 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 Public Attributes

static size_t dimension = 0
 Dimension of the encoded state.
 

Detailed Description

Implementation of state of the dummy environment.

Constructor & Destructor Documentation

◆ State()

mlpack::rl::DiscreteActionEnv::State::State ( const arma::colvec &  data)
inline

Construct a state instance from given data.

Parameters
dataData for the state.

The documentation for this class was generated from the following files: