AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_FACTORED_MDP_JOINT_ACTION_LEARNER_HEADER_FILE
2 #define AI_TOOLBOX_FACTORED_MDP_JOINT_ACTION_LEARNER_HEADER_FILE
145 size_t getId()
const;
151 std::vector<unsigned> stateCounters_;
152 boost::multi_array<std::vector<unsigned>, 2> stateActionCounts_;