This is the complete list of members for mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType >, including all inherited members.
| Backward(const arma::mat state, arma::mat &target, arma::mat &gradient) | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| Forward(const arma::mat state, arma::mat &target) | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| Parameters() const | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| Parameters() | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| Predict(const arma::mat state, arma::mat &actionValue) | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| ResetNoise() | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| ResetParameters() | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| SimpleDQN() | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| SimpleDQN(const int inputDim, const int h1, const int h2, const int outputDim, const bool isNoisy=false, InitType init=InitType(), OutputLayerType outputLayer=OutputLayerType()) | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| SimpleDQN(NetworkType &network, const bool isNoisy=false) | mlpack::rl::SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |