Eligibility traces.

Arguments

lambda

[numeric(1) in (0, 1)] Trace decay parameter.

traces

[character(1)] Type of eligibility trace update. One of c("replace", "accumulate").

Details

Algorithms supporting eligibility traces:

Examples

alg = makeAlgorithm("qlearning", lambda = 0.8, traces = "accumulate")