AIToolbox
A library that offers tools for AI problem solving.
MCTS.hpp File Reference

Go to the source code of this file.

Classes

class  AIToolbox::MDP::MCTS< M, StateHash >
 This class represents the MCTS online planner using UCB1. More...
 
struct  AIToolbox::MDP::MCTS< M, StateHash >::ActionNode
 
struct  AIToolbox::MDP::MCTS< M, StateHash >::StateNode
 

Namespaces

 AIToolbox
 
 AIToolbox::MDP