Methods › Reinforcement Learning › Eligibility Traces › Eligibility Trace

Eligibility Trace

11 papers tagged archive 2025-07-28

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

An Eligibility Trace is a memory vector zₜ ∈ℝᵈ that parallels the long-term weight vector wₜ ∈ℝᵈ. The idea is that when a component of wₜ participates in producing an estimated value, the corresponding component of zₜ is bumped up and then begins to fade away. Learning will then occur in that component of wₜ if a nonzero TD error occurs before the trade falls back to zero. The trace-decay parameter λ∈[0, 1] determines the rate at which the trace falls.

Intuitively, they tackle the credit assignment problem by capturing both a frequency heuristic - states that are visited more often deserve more credit - and a recency heuristic - states that are visited more recently deserve more credit.

E₀(s) = 0 Eₜ(s) = γλEₜ₋₁(s) + 1(Sₜ = s)

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

Papers archive 2025-07-28

11 shown of 11, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

7 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Reinforcement Learning6
Reinforcement Learning (RL)6
Meta-Learning3
reinforcement-learning2
Atari Games1
Q-Learning1
counterfactual1

Usage over time archive 2025-07-28

Papers per year tagged with Eligibility Trace: 2016 to 2025, peak 3 3 0 2016: 2 papers 2016 2017: 0 papers 2017 2018: 2 papers 2018 2019: 3 papers 2019 2020: 2 papers 2020 2021: 0 papers 2021 2022: 1 paper 2022 2023: 0 papers 2023 2024: 0 papers 2024 2025: 1 paper 2025
Papers per year the archive tags with this method, by the paper's archive date (11 dated). Bars are counts, not a trend claim.

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

Eligibility Traces

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