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

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

CooperativeThompsonModel(const CooperativeExperience &exp, double discount=1.0)AIToolbox::Factored::MDP::CooperativeThompsonModel
getA() constAIToolbox::Factored::MDP::CooperativeThompsonModel
getDiscount() constAIToolbox::Factored::MDP::CooperativeThompsonModel
getExpectedReward(const State &s, const Action &a, const State &s1) constAIToolbox::Factored::MDP::CooperativeThompsonModel
getExpectedRewards(const State &s, const Action &a, const State &s1) constAIToolbox::Factored::MDP::CooperativeThompsonModel
getExpectedRewards(const State &s, const Action &a, const State &s1, Rewards *rews) constAIToolbox::Factored::MDP::CooperativeThompsonModel
getExperience() constAIToolbox::Factored::MDP::CooperativeThompsonModel
getGraph() constAIToolbox::Factored::MDP::CooperativeThompsonModel
getRewardFunction() constAIToolbox::Factored::MDP::CooperativeThompsonModel
getS() constAIToolbox::Factored::MDP::CooperativeThompsonModel
getTransitionFunction() constAIToolbox::Factored::MDP::CooperativeThompsonModel
getTransitionProbability(const State &s, const Action &a, const State &s1) constAIToolbox::Factored::MDP::CooperativeThompsonModel
RewardMatrix typedefAIToolbox::Factored::MDP::CooperativeThompsonModel
sampleSR(const State &s, const Action &a) constAIToolbox::Factored::MDP::CooperativeThompsonModel
sampleSR(const State &s, const Action &a, State *s1) constAIToolbox::Factored::MDP::CooperativeThompsonModel
sampleSRs(const State &s, const Action &a) constAIToolbox::Factored::MDP::CooperativeThompsonModel
sampleSRs(const State &s, const Action &a, State *s1, Rewards *rews) constAIToolbox::Factored::MDP::CooperativeThompsonModel
setDiscount(double d)AIToolbox::Factored::MDP::CooperativeThompsonModel
sync()AIToolbox::Factored::MDP::CooperativeThompsonModel
sync(const State &s, const Action &a)AIToolbox::Factored::MDP::CooperativeThompsonModel
sync(const CooperativeExperience::Indeces &indeces)AIToolbox::Factored::MDP::CooperativeThompsonModel
TransitionMatrix typedefAIToolbox::Factored::MDP::CooperativeThompsonModel