#include <cmath>#include <cstdlib>#include <cstdio>#include <learning/ANN.h>#include <learning/Distribution.h>
Go to the source code of this file.
Classes | |
| class | DiscretePolicy |
| Discrete policies with reinforcement learning. More... | |
Enumerations | |
| enum | LearningMethod { QLearning, Sarsa, ForcedLearning, ELearning } |
| Types of learning methods. More... | |
| enum | ConfidenceDistribution { SINGULAR, BOUNDED, GAUSSIAN, LAPLACIAN } |
| Types of confidence distributions. More... | |
| enum LearningMethod |