ActionType typedef | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | |
Initialize(NetworkType &learningNetwork) | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | inline |
OneStepQLearningWorker(const UpdaterType &updater, const EnvironmentType &environment, const TrainingConfig &config, bool deterministic) | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | inline |
OneStepQLearningWorker(const OneStepQLearningWorker &other) | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | inline |
OneStepQLearningWorker(OneStepQLearningWorker &&other) | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | inline |
operator=(const OneStepQLearningWorker &other) | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | inline |
operator=(OneStepQLearningWorker &&other) | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | inline |
StateType typedef | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | |
Step(NetworkType &learningNetwork, NetworkType &targetNetwork, size_t &totalSteps, PolicyType &policy, double &totalReward) | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | inline |
TransitionType typedef | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | |
~OneStepQLearningWorker() | OneStepQLearningWorker< EnvironmentType, NetworkType, UpdaterType, PolicyType > | inline |