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

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

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