AIToolbox
A library that offers tools for AI problem solving.
|
#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... | |
BeliefNodes<UseEntropy> AIToolbox::POMDP::ActionNode< UseEntropy >::children |
unsigned AIToolbox::POMDP::ActionNode< UseEntropy >::N = 0 |
Times this action has been performed.
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.