mlpack
mlpack::rl::RandomReplay< EnvironmentType > Member List

This is the complete list of members for mlpack::rl::RandomReplay< EnvironmentType >, including all inherited members.

ActionType typedefmlpack::rl::RandomReplay< EnvironmentType >
GetNStepInfo(double &reward, StateType &nextState, bool &isEnd, const double &discount)mlpack::rl::RandomReplay< EnvironmentType >inline
NSteps() constmlpack::rl::RandomReplay< EnvironmentType >inline
RandomReplay() (defined in mlpack::rl::RandomReplay< EnvironmentType >)mlpack::rl::RandomReplay< EnvironmentType >inline
RandomReplay(const size_t batchSize, const size_t capacity, const size_t nSteps=1, const size_t dimension=StateType::dimension)mlpack::rl::RandomReplay< EnvironmentType >inline
Sample(arma::mat &sampledStates, std::vector< ActionType > &sampledActions, arma::rowvec &sampledRewards, arma::mat &sampledNextStates, arma::irowvec &isTerminal)mlpack::rl::RandomReplay< EnvironmentType >inline
Size()mlpack::rl::RandomReplay< EnvironmentType >inline
StateType typedefmlpack::rl::RandomReplay< EnvironmentType >
Store(StateType state, ActionType action, double reward, StateType nextState, bool isEnd, const double &discount)mlpack::rl::RandomReplay< EnvironmentType >inline
Update(arma::mat, std::vector< ActionType >, arma::mat, arma::mat &)mlpack::rl::RandomReplay< EnvironmentType >inline