MultiAgentDecisionProcess
|
This is the base class for functors that return the transition probability for a given (s,a,s') tuple. More...
#include <MultiAgentDecisionProcessDiscreteFactoredStates.h>
Public Member Functions | |
virtual double | operator() (Index y, Index yVal, const std::vector< Index > &Xs, const std::vector< Index > &As, const std::vector< Index > &Ys) const =0 |
This is the base class for functors that return the transition probability for a given (s,a,s') tuple.