AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_FACTORED_MDP_BANDIT_POLICY_ADAPTOR_HEADER_FILE
2 #define AI_TOOLBOX_FACTORED_MDP_BANDIT_POLICY_ADAPTOR_HEADER_FILE
16 template <
typename BanditPolicy>
26 template <
typename... Args>
62 template <
typename BP>
63 template <
typename... Args>
65 Base(std::move(s), {}), policy_(std::forward<Args>(args)...)
72 template <
typename BP>
74 return policy_.sampleAction();
77 template <
typename BP>
79 return policy_.getActionProbability(a);
82 template <
typename BP>
85 template <
typename BP>