|
MultiAgentDecisionProcess
|
QFunctionForDecPOMDPInterface is a class that represents a Q function for a Dec-POMDP. More...
#include <QFunctionForDecPOMDPInterface.h>
Public Member Functions | |
| virtual const PlanningUnitDecPOMDPDiscrete * | GetPU () const =0 |
| QFunctionForDecPOMDPInterface () | |
| (default) Constructor More... | |
| virtual void | SetPU (const PlanningUnitDecPOMDPDiscrete *pu)=0 |
| virtual void | SetPU (const boost::shared_ptr< const PlanningUnitDecPOMDPDiscrete > &pu)=0 |
| virtual | ~QFunctionForDecPOMDPInterface () |
| Destructor. More... | |
Public Member Functions inherited from QFunctionInterface | |
| virtual void | Compute ()=0 |
| Compute the heuristic. More... | |
| virtual void | ComputeWithCachedQValues (bool computeIfNotCached=true)=0 |
| Compute Qvalue function, while caching the Qvalues to disk. More... | |
| virtual std::string | GetCacheFilename () const =0 |
| Gets the filename where the Qvalues should be stored. More... | |
| virtual void | Load () |
| Load the Qvalues from disk. More... | |
| virtual void | Load (const std::string &filename)=0 |
| Load the Qvalues from disk from a file named filename. More... | |
| virtual void | Save () const |
| Stores the Qvalues to disk. More... | |
| virtual void | Save (const std::string &filename) const =0 |
| Stores the Qvalues to disk in file named filename. More... | |
| virtual std::string | SoftPrintBrief () const =0 |
| Returns a short description of the heuristic, can be used for constructing filenames. More... | |
| virtual | ~QFunctionInterface () |
QFunctionForDecPOMDPInterface is a class that represents a Q function for a Dec-POMDP.
This is a base class that only stores a pointer to the Dec-POMDP planning unit.
|
inline |
(default) Constructor
|
inlinevirtual |
Destructor.
|
pure virtual |
Implemented in QFunctionForFactoredDecPOMDP, and QFunctionForDecPOMDP.
|
pure virtual |
Implemented in QMDP, QFunctionJAOHTree, QFunctionForFactoredDecPOMDP, and QFunctionForDecPOMDP.
|
pure virtual |
Implemented in QMDP, QFunctionForFactoredDecPOMDP, QFunctionJAOHTree, and QFunctionForDecPOMDP.