AIToolbox
A library that offers tools for AI problem solving.
|
This is the complete list of members for AIToolbox::MDP::Dyna2< M >, including all inherited members.
batchUpdateQ(size_t s) | AIToolbox::MDP::Dyna2< M > | |
Dyna2(const M &m, double alpha=0.1, double lambda=0.9, double tolerance=0.001, unsigned n=50) | AIToolbox::MDP::Dyna2< M > | explicit |
getModel() const | AIToolbox::MDP::Dyna2< M > | |
getN() const | AIToolbox::MDP::Dyna2< M > | |
getPermanentLambda() const | AIToolbox::MDP::Dyna2< M > | |
getPermanentQFunction() const | AIToolbox::MDP::Dyna2< M > | |
getTolerance() const | AIToolbox::MDP::Dyna2< M > | |
getTransientLambda() const | AIToolbox::MDP::Dyna2< M > | |
getTransientQFunction() const | AIToolbox::MDP::Dyna2< M > | |
resetTransientLearning() | AIToolbox::MDP::Dyna2< M > | |
setInternalPolicy(PolicyInterface *p) | AIToolbox::MDP::Dyna2< M > | |
setN(unsigned n) | AIToolbox::MDP::Dyna2< M > | |
setPermanentLambda(double l) | AIToolbox::MDP::Dyna2< M > | |
setTolerance(double t) | AIToolbox::MDP::Dyna2< M > | |
setTransientLambda(double l) | AIToolbox::MDP::Dyna2< M > | |
stepUpdateQ(size_t s, size_t a, size_t s1, size_t a1, double rew) | AIToolbox::MDP::Dyna2< M > |