| 
    AIToolbox
    
   A library that offers tools for AI problem solving. 
   | 
 
This is the complete list of members for AIToolbox::Factored::MDP::CooperativeQLearning, including all inherited members.
| CooperativeQLearning(const DDNGraph &g, const std::vector< std::vector< size_t >> &basisDomains, double discount, double alpha) | AIToolbox::Factored::MDP::CooperativeQLearning | |
| getA() const | AIToolbox::Factored::MDP::CooperativeQLearning | |
| getDiscount() const | AIToolbox::Factored::MDP::CooperativeQLearning | |
| getGraph() const | AIToolbox::Factored::MDP::CooperativeQLearning | |
| getLearningRate() const | AIToolbox::Factored::MDP::CooperativeQLearning | |
| getQFunction() const | AIToolbox::Factored::MDP::CooperativeQLearning | |
| getS() const | AIToolbox::Factored::MDP::CooperativeQLearning | |
| setDiscount(double d) | AIToolbox::Factored::MDP::CooperativeQLearning | |
| setLearningRate(double a) | AIToolbox::Factored::MDP::CooperativeQLearning | |
| setQFunction(double val) | AIToolbox::Factored::MDP::CooperativeQLearning | |
| stepUpdateQ(const State &s, const Action &a, const State &s1, const Rewards &rew) | AIToolbox::Factored::MDP::CooperativeQLearning |