API Reference - EligibilityTraces - DutchTrace

Constructors

new()

Creates a new eligibility trace object. If any of the arguments are not given, default argument values for that argument will be used.


DutchTrace.new({lambda: number, alpha: number}): EligibilityTraceObject

Parameters:

  • lambda: lambda: At 0, the model acts like the Temporal Difference algorithm. At 1, the model acts as Monte Carlo algorithm. Between 0 and 1, the model acts as both. [Default: 0]

  • alpha: [Default: 0.5]

Returns:

  • EligibilityTraceObject: The generated eligibility trace object.

Inherited From

BaseEligibilityTrace