TORCS  1.3.9
The Open Racing Car Simulator
policy.h File Reference
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <learning/ANN.h>
#include <learning/Distribution.h>
Include dependency graph for policy.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...
 

Enumeration Type Documentation

◆ ConfidenceDistribution

Types of confidence distributions.

Enumerator
SINGULAR 
BOUNDED 
GAUSSIAN 
LAPLACIAN 

Definition at line 142 of file policy.h.

◆ LearningMethod

Types of learning methods.

Enumerator
QLearning 
Sarsa 
ForcedLearning 
ELearning 

Definition at line 140 of file policy.h.