a state for PPCP More...
#include <ppcpplanner.h>
Public Member Functions | |
PPCPPLANNERSTATEDATA () | |
~PPCPPLANNERSTATEDATA () | |
Public Attributes | |
CMDPACTION * | bestnextaction |
best action | |
unsigned int | iteration |
planner relevant data | |
CMDPSTATE * | MDPstate |
the MDP state itself | |
int | v |
planner relevant data | |
Private Attributes | |
float | Pc |
a state for PPCP
Definition at line 36 of file ppcpplanner.h.
PPCPPLANNERSTATEDATA::PPCPPLANNERSTATEDATA | ( | ) | [inline] |
Definition at line 60 of file ppcpplanner.h.
PPCPPLANNERSTATEDATA::~PPCPPLANNERSTATEDATA | ( | ) | [inline] |
Definition at line 61 of file ppcpplanner.h.
best action
Definition at line 52 of file ppcpplanner.h.
unsigned int PPCPPLANNERSTATEDATA::iteration |
planner relevant data
Definition at line 48 of file ppcpplanner.h.
the MDP state itself
Definition at line 42 of file ppcpplanner.h.
float PPCPPLANNERSTATEDATA::Pc [private] |
Definition at line 56 of file ppcpplanner.h.
planner relevant data
Definition at line 45 of file ppcpplanner.h.