AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::Factored::MDP::CooperativeModel Member List

This is the complete list of members for AIToolbox::Factored::MDP::CooperativeModel, including all inherited members.

CooperativeModel(DDNGraph graph, DDN::TransitionMatrix transitions, FactoredMatrix2D rewards, double discount=1.0)AIToolbox::Factored::MDP::CooperativeModel
CooperativeModel(const CooperativeModel &)AIToolbox::Factored::MDP::CooperativeModel
getA() constAIToolbox::Factored::MDP::CooperativeModel
getDiscount() constAIToolbox::Factored::MDP::CooperativeModel
getExpectedReward(const State &s, const Action &a, const State &s1) constAIToolbox::Factored::MDP::CooperativeModel
getGraph() constAIToolbox::Factored::MDP::CooperativeModel
getRewardFunction() constAIToolbox::Factored::MDP::CooperativeModel
getS() constAIToolbox::Factored::MDP::CooperativeModel
getTransitionFunction() constAIToolbox::Factored::MDP::CooperativeModel
getTransitionProbability(const State &s, const Action &a, const State &s1) constAIToolbox::Factored::MDP::CooperativeModel
sampleSR(const State &s, const Action &a) constAIToolbox::Factored::MDP::CooperativeModel
sampleSR(const State &s, const Action &a, State *s1) constAIToolbox::Factored::MDP::CooperativeModel
sampleSRs(const State &s, const Action &a) constAIToolbox::Factored::MDP::CooperativeModel
sampleSRs(const State &s, const Action &a, State *s1, Rewards *rews) constAIToolbox::Factored::MDP::CooperativeModel
setDiscount(double d)AIToolbox::Factored::MDP::CooperativeModel