MultiAgentDecisionProcess
|
This is the base class for functors that return the observation probability for a given (s,a,s',o) tuple. More...
#include <MultiAgentDecisionProcessDiscreteFactoredStates.h>
Public Member Functions | |
bool | isEmpty () |
ObservationProbFunctor (bool isEmpty=false) | |
virtual double | operator() (Index o, Index oVal, const std::vector< Index > &Xs, const std::vector< Index > &As, const std::vector< Index > &Ys, const std::vector< Index > &Os) const |
Private Attributes | |
bool | _m_isEmpty |
This is the base class for functors that return the observation probability for a given (s,a,s',o) tuple.
|
inline |
|
inline |
References _m_isEmpty.
Referenced by MultiAgentDecisionProcessDiscreteFactoredStates::Initialize2DBN().
|
private |
Referenced by isEmpty().