mlpack  3.0.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > Member List

This is the complete list of members for NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >, including all inherited members.

ActionType typedefNStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >
Initialize(NetworkType &learningNetwork)NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >inline
NStepQLearningWorker(const UpdaterType &updater, const EnvironmentType &environment, const TrainingConfig &config, bool deterministic)NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >inline
StateType typedefNStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >
Step(NetworkType &learningNetwork, NetworkType &targetNetwork, size_t &totalSteps, PolicyType &policy, double &totalReward)NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >inline
TransitionType typedefNStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >