AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_BANDIT_ESRL_POLICY_HEADER_FILE
2 #define AI_TOOLBOX_BANDIT_ESRL_POLICY_HEADER_FILE
47 ESRLPolicy(
size_t A,
double a,
unsigned timesteps,
unsigned explorationPhases,
unsigned window);
171 size_t timestep_, N_, explorations_, explorationPhases_;
179 std::vector<size_t> allowedActions_;