MultiAgentDecisionProcess
|
ValueFunction is a class that represents a value function of a joint policy. More...
#include <ValueFunction.h>
Public Member Functions | |
virtual PlanningUnit * | GetPU () const =0 |
Return a reference to the planning unit. More... | |
virtual | ~ValueFunction () |
Destructor. More... | |
ValueFunction is a class that represents a value function of a joint policy.
As the value function also depends on the problem type (DecPOMDP, POSG,etc.) this is an abstract base class.
|
inlinevirtual |
Destructor.
|
pure virtual |
Return a reference to the planning unit.
Implemented in ValueFunctionDecPOMDPDiscrete.