This is the complete list of members for RandomReplay< EnvironmentType >, including all inherited members.
| ActionType typedef | RandomReplay< EnvironmentType > | |
| GetNStepInfo(double &reward, StateType &nextState, bool &isEnd, const double &discount) | RandomReplay< EnvironmentType > | inline |
| NSteps() const | RandomReplay< 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 typedef | RandomReplay< 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 |