RandomReplay< EnvironmentType > Member List

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

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