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

#include <AIToolbox/POMDP/Algorithms/Utils/rPOMCPGraph.hpp>

Public Attributes

BeliefNodes< UseEntropy > children
 
double V = 0.0
 Tracks the value of the action, as a weighted average of the values of the next step beliefNodes. More...
 
unsigned N = 0
 Times this action has been performed. More...
 

Member Data Documentation

◆ children

template<bool UseEntropy>
BeliefNodes<UseEntropy> AIToolbox::POMDP::ActionNode< UseEntropy >::children

◆ N

template<bool UseEntropy>
unsigned AIToolbox::POMDP::ActionNode< UseEntropy >::N = 0

Times this action has been performed.

◆ V

template<bool UseEntropy>
double AIToolbox::POMDP::ActionNode< UseEntropy >::V = 0.0

Tracks the value of the action, as a weighted average of the values of the next step beliefNodes.


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