|
SarsaLearningRate Property
|
Learning rate, [0, 1].
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public double LearningRate { get; set; }
Public Property LearningRate As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleRemarks The value determines the amount of updates Q-function receives
during learning. The greater the value, the more updates the function receives.
The lower the value, the less updates it receives.
See Also