Click or drag to resize
Accord.NET (logo)

SarsaDiscountFactor Property

Discount factor, [0, 1].

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double DiscountFactor { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
Discount factor for the expected summary reward. The value serves as multiplier for the expected reward. So if the value is set to 1, then the expected summary reward is not discounted. If the value is getting smaller, then smaller amount of the expected reward is used for actions' estimates update.
See Also