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

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

Public Attributes

StateNodes children
 
double V = 0.0
 
unsigned N = 0
 

Member Data Documentation

◆ children

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

◆ N

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

◆ V

template<typename M , template< typename > class StateHash = std::hash>
double AIToolbox::MDP::MCTS< M, StateHash >::ActionNode::V = 0.0

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