|
AIToolbox
A library that offers tools for AI problem solving.
|
This is the complete list of members for AIToolbox::Factored::MDP::JointActionLearner, including all inherited members.
| getA() const | AIToolbox::Factored::MDP::JointActionLearner | |
| getDiscount() const | AIToolbox::Factored::MDP::JointActionLearner | |
| getId() const | AIToolbox::Factored::MDP::JointActionLearner | |
| getJointQFunction() const | AIToolbox::Factored::MDP::JointActionLearner | |
| getLearningRate() const | AIToolbox::Factored::MDP::JointActionLearner | |
| getS() const | AIToolbox::Factored::MDP::JointActionLearner | |
| getSingleQFunction() const | AIToolbox::Factored::MDP::JointActionLearner | |
| JointActionLearner(size_t S, Action A, size_t id, double discount=1.0, double alpha=0.1) | AIToolbox::Factored::MDP::JointActionLearner | |
| setDiscount(double d) | AIToolbox::Factored::MDP::JointActionLearner | |
| setLearningRate(double a) | AIToolbox::Factored::MDP::JointActionLearner | |
| stepUpdateQ(size_t s, const Action &a, size_t s1, double rew) | AIToolbox::Factored::MDP::JointActionLearner |