This is the complete list of members for RandomReplay< EnvironmentType >, including all inherited members.
| ActionType typedef | RandomReplay< EnvironmentType > | |
| RandomReplay() | RandomReplay< EnvironmentType > | inline |
| 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 typedef | RandomReplay< EnvironmentType > | |
| Store(const StateType &state, ActionType action, double reward, const StateType &nextState, bool isEnd) | RandomReplay< EnvironmentType > | inline |
| Update(arma::mat, arma::icolvec, arma::mat, arma::mat &) | RandomReplay< EnvironmentType > | inline |