QLearning learning algorithm.
Namespace:
AForge.MachineLearningAssembly: AForge.MachineLearning (in AForge.MachineLearning.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public class QLearning |
Remarks
The class provides implementation of Q-Learning algorithm, known as
off-policy Temporal Difference control.