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