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

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

getA() constAIToolbox::MDP::QLearning
getDiscount() constAIToolbox::MDP::QLearning
getLearningRate() constAIToolbox::MDP::QLearning
getQFunction() constAIToolbox::MDP::QLearning
getS() constAIToolbox::MDP::QLearning
QLearning(size_t S, size_t A, double discount=1.0, double alpha=0.1)AIToolbox::MDP::QLearning
QLearning(const M &model, double alpha=0.1)AIToolbox::MDP::QLearning
setDiscount(double d)AIToolbox::MDP::QLearning
setLearningRate(double a)AIToolbox::MDP::QLearning
setQFunction(const QFunction &qfun)AIToolbox::MDP::QLearning
stepUpdateQ(size_t s, size_t a, size_t s1, double rew)AIToolbox::MDP::QLearning