|
AIToolbox
A library that offers tools for AI problem solving.
|
#include <AIToolbox/MDP/Algorithms/MCTS.hpp>
Public Attributes | |
| StateNodes | children |
| double | V = 0.0 |
| unsigned | N = 0 |
| StateNodes AIToolbox::MDP::MCTS< M, StateHash >::ActionNode::children |
| unsigned AIToolbox::MDP::MCTS< M, StateHash >::ActionNode::N = 0 |
| double AIToolbox::MDP::MCTS< M, StateHash >::ActionNode::V = 0.0 |