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
NStepQLearningWorker(const NStepQLearningWorker &other)NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >inline
NStepQLearningWorker(NStepQLearningWorker &&other)NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >inline
operator=(const NStepQLearningWorker &other)NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >inline
operator=(NStepQLearningWorker &&other)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 >
~NStepQLearningWorker()NStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType >inline