RandomReplay< EnvironmentType > Member List

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

ActionType typedefRandomReplay< EnvironmentType >
RandomReplay(const size_t batchSize, const size_t capacity, const size_t dimension=StateType::dimension)RandomReplay< EnvironmentType >inline
Sample(arma::mat &sampledStates, arma::icolvec &sampledActions, arma::colvec &sampledRewards, arma::mat &sampledNextStates, arma::icolvec &isTerminal)RandomReplay< EnvironmentType >inline
Size()RandomReplay< EnvironmentType >inline
StateType typedefRandomReplay< EnvironmentType >
Store(const StateType &state, ActionType action, double reward, const StateType &nextState, bool isEnd)RandomReplay< EnvironmentType >inline