Class | Description |
---|---|
QLearning |
Tabular Q-learning algorithm [1].
|
QLearningStateNode |
This class is used to store the associated
QValue objects for a given hashed sated. |
SarsaLam |
Tabular SARSA(\lambda) implementation [1].
|
SarsaLam.EligibilityTrace |
A data structure for maintaining eligibility trace values
|