This is the complete list of members for SimpleDQN< OutputLayerType, InitType, NetworkType >, including all inherited members.
| Backward(const arma::mat state, arma::mat &target, arma::mat &gradient) | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| Forward(const arma::mat state, arma::mat &target) | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| Parameters() const | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| Parameters() | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| Predict(const arma::mat state, arma::mat &actionValue) | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| ResetNoise() | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| ResetParameters() | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| SimpleDQN() | 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()) | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |
| SimpleDQN(NetworkType &network, const bool isNoisy=false) | SimpleDQN< OutputLayerType, InitType, NetworkType > | inline |