AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::MDP::MCTS< M, StateHash >::StateNode Struct Reference

#include <AIToolbox/MDP/Algorithms/MCTS.hpp>

Public Attributes

ActionNodes children
 
unsigned N = 0
 

Member Data Documentation

◆ children

template<typename M , template< typename > class StateHash = std::hash>
ActionNodes AIToolbox::MDP::MCTS< M, StateHash >::StateNode::children

◆ N

template<typename M , template< typename > class StateHash = std::hash>
unsigned AIToolbox::MDP::MCTS< M, StateHash >::StateNode::N = 0

The documentation for this struct was generated from the following file: