CategoricalDQN< OutputLayerType, InitType, NetworkType > Member List

This is the complete list of members for CategoricalDQN< OutputLayerType, InitType, NetworkType >, including all inherited members.

Backward(const arma::mat state, arma::mat &lossGradients, arma::mat &gradient)CategoricalDQN< OutputLayerType, InitType, NetworkType >inline
CategoricalDQN()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())CategoricalDQN< OutputLayerType, InitType, NetworkType >inline
CategoricalDQN(NetworkType &network, TrainingConfig config, const bool isNoisy=false)CategoricalDQN< OutputLayerType, InitType, NetworkType >inline
Forward(const arma::mat state, arma::mat &dist)CategoricalDQN< OutputLayerType, InitType, NetworkType >inline
Parameters() constCategoricalDQN< OutputLayerType, InitType, NetworkType >inline
Parameters()CategoricalDQN< OutputLayerType, InitType, NetworkType >inline
Predict(const arma::mat state, arma::mat &actionValue)CategoricalDQN< OutputLayerType, InitType, NetworkType >inline
ResetNoise()CategoricalDQN< OutputLayerType, InitType, NetworkType >inline
ResetParameters()CategoricalDQN< OutputLayerType, InitType, NetworkType >inline