Methods › Reinforcement Learning › On-Policy TD Control › Sarsa Lambda

Sarsa Lambda

0 papers tagged archive 2025-07-28

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

Sarsa_INLINE_MATH_1 extends eligibility-traces to action-value methods. It has the same update rule as for TD_INLINE_MATH_1 but we use the action-value form of the TD erorr:

δₜ = Rₜ₊₁ + γq̂(Sₜ₊₁, Aₜ₊₁, 𝕨ₜ) - q̂(Sₜ, Aₜ, 𝕨ₜ)

and the action-value form of the eligibility trace:

𝕫₋₁ = 0

𝕫ₜ = γλ𝕫ₜ₋₁ + ∇q̂(Sₜ, Aₜ, 𝕨ₜ ), 0 ≤t ≤T

Source: Sutton and Barto, Reinforcement Learning, 2nd Edition

Papers archive 2025-07-28

The archive tags no paper with this method.

Tasks archive 2025-07-28

The archive attaches no task to a paper tagged with this method.

Usage over time archive 2025-07-28

No dated papers to chart.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

On-Policy TD Control

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections