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

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

getA() constAIToolbox::Factored::MDP::SparseCooperativeQLearning
getDiscount() constAIToolbox::Factored::MDP::SparseCooperativeQLearning
getLearningRate() constAIToolbox::Factored::MDP::SparseCooperativeQLearning
getQFunctionRules() constAIToolbox::Factored::MDP::SparseCooperativeQLearning
getS() constAIToolbox::Factored::MDP::SparseCooperativeQLearning
setDiscount(double d)AIToolbox::Factored::MDP::SparseCooperativeQLearning
setLearningRate(double a)AIToolbox::Factored::MDP::SparseCooperativeQLearning
SparseCooperativeQLearning(State S, Action A, const std::vector< QFunctionRule > &rules, double discount, double alpha)AIToolbox::Factored::MDP::SparseCooperativeQLearning
stepUpdateQ(const State &s, const Action &a, const State &s1, const Rewards &rew)AIToolbox::Factored::MDP::SparseCooperativeQLearning