MultiAgentDecisionProcess
|
Public Member Functions | |
void | MatchingJointObservations (Index curAgent, std::vector< Index > indIndices) const |
This function constructs the vector (_m_lp_JOI) of joint actions that match with the vector with individual action indices. More... | |
void | operator() (iterator_t str, iterator_t end) const |
void | operator() (const unsigned int &) const |
void | Store () const |
StoreLPJointObservation (ParserDPOMDPFormat_Spirit *po, bool b=false) | |
Public Attributes | |
bool | _m_isJointObservationIndex |
ParserDPOMDPFormat_Spirit * | _m_po |
|
inline |
void DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPJointObservation::MatchingJointObservations | ( | Index | curAgent, |
std::vector< Index > | indIndices | ||
) | const |
This function constructs the vector (_m_lp_JOI) of joint actions that match with the vector with individual action indices.
This is needed to properly deal with wild cards; a single specification in the (d)pomdp file may correspond to many (joint) observations.
References DEBUG_PARSE, and E::SoftPrint().
|
inline |
|
inline |
void DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPJointObservation::Store | ( | ) | const |
bool DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPJointObservation::_m_isJointObservationIndex |
ParserDPOMDPFormat_Spirit* DPOMDPFormatParsing::ParserDPOMDPFormat_Spirit::StoreLPJointObservation::_m_po |