AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_MDP_WOLF_POLICY_HEADER_FILE
2 #define AI_TOOLBOX_MDP_WOLF_POLICY_HEADER_FILE
37 WoLFPolicy(
const QFunction & q,
double deltaw = 0.0125,
double deltal = 0.05,
double scaling = 5000.0);
59 virtual size_t sampleAction(
const size_t & s)
const override;
139 double deltaW_, deltaL_, scaling_;
141 std::vector<unsigned> c_;