AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_POMDP_POLICY_HEADER_FILE
2 #define AI_TOOLBOX_POMDP_POLICY_HEADER_FILE
40 Policy(
size_t s,
size_t a,
size_t o);
138 std::tuple<size_t, size_t>
sampleAction(
size_t id,
size_t o,
unsigned horizon)
const;