AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::POMDP::POMCP< M >::ActionNode Struct Reference

#include <AIToolbox/POMDP/Algorithms/POMCP.hpp>

Public Attributes

BeliefNodes children
 
double V = 0.0
 
unsigned N = 0
 

Member Data Documentation

◆ children

template<IsGenerativeModel M>
BeliefNodes AIToolbox::POMDP::POMCP< M >::ActionNode::children

◆ N

template<IsGenerativeModel M>
unsigned AIToolbox::POMDP::POMCP< M >::ActionNode::N = 0

◆ V

template<IsGenerativeModel M>
double AIToolbox::POMDP::POMCP< M >::ActionNode::V = 0.0

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