|
AIToolbox
A library that offers tools for AI problem solving.
|
This is the complete list of members for AIToolbox::MDP::HystereticQLearning, including all inherited members.
| getA() const | AIToolbox::MDP::HystereticQLearning | |
| getDiscount() const | AIToolbox::MDP::HystereticQLearning | |
| getNegativeLearningRate() const | AIToolbox::MDP::HystereticQLearning | |
| getPositiveLearningRate() const | AIToolbox::MDP::HystereticQLearning | |
| getQFunction() const | AIToolbox::MDP::HystereticQLearning | |
| getS() const | AIToolbox::MDP::HystereticQLearning | |
| HystereticQLearning(size_t S, size_t A, double discount=1.0, double alpha=0.1, double beta=0.01) | AIToolbox::MDP::HystereticQLearning | |
| HystereticQLearning(const M &model, double alpha=0.1, double beta=0.01) | AIToolbox::MDP::HystereticQLearning | |
| setDiscount(double d) | AIToolbox::MDP::HystereticQLearning | |
| setNegativeLearningRate(double b) | AIToolbox::MDP::HystereticQLearning | |
| setPositiveLearningRate(double a) | AIToolbox::MDP::HystereticQLearning | |
| stepUpdateQ(size_t s, size_t a, size_t s1, double rew) | AIToolbox::MDP::HystereticQLearning |