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