10 #ifndef WATKINS_Q_LAMBDA_H 11 #define WATKINS_Q_LAMBDA_H 23 static const constexpr
char *
configKey =
"watkinsQLambda";
31 std::pair<double, action_t> watkinsBestQ(
state_t state,
action_t nextAction);
virtual void updateActionValues(state_t previousState, state_t mextState, action_t previousAction, double reward)
static const constexpr char * configKey
WatkinsQLambda(std::shared_ptr< Context > c, TabularActionValues *av)