Methods › Reinforcement Learning › Value Function Estimation › V-trace

V-trace

34 papers tagged archive 2025-07-28

Introduced by Lasse Espeholt et al. in IMPALA: Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures

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

V-trace is an off-policy actor-critic reinforcement learning algorithm that helps tackle the lag between when actions are generated by the actors and when the learner estimates the gradient. Consider a trajectory (xₜ, aₜ, rₜ)ᵗ⁼ˢ⁺ⁿₜ₌ₛ generated by the actor following some policy μ. We can define the n-steps V-trace target for V(xₛ), our value approximation at state xₛ as:

vₛ = V(xₛ) + ∑ˢ⁺ⁿ⁻¹ₜ₌ₛγᵗ⁻ˢ(∏ᵗ⁻¹ᵢ₌ₛcᵢ)δₜV

Where δₜV = ρₜ(rₜ + γV(xₜ₊₁) - V(xₜ)) is a temporal difference algorithm for V, and ρₜ = min(ρ̅, (π(aₜ|xₜ))/(μ(aₜ|xₜ))) and cᵢ = min(c̅, (π(aₜ|xₜ))/(μ(aₜ|xₜ))) are truncated importance sampling weights. We assume that the truncation levels are such that ρ̅ ≥c̅.

PaperSource

Papers archive 2025-07-28

30 shown of 34, 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

20 shown of 31 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 Learning18
Reinforcement Learning (RL)15
reinforcement-learning14
Starcraft7
Starcraft II7
Deep Reinforcement Learning5
Atari Games3
Decision Making3
Continuous Control2
Lifelong learning2
OpenAI Gym2
Q-Learning2
Transfer Learning2
continuous-control2
AI Agent1
CPU1
Diagnostic1
Diversity1
Edge-computing1
Efficient Exploration1

Usage over time archive 2025-07-28

Papers per year tagged with V-trace: 2018 to 2025, peak 9 9 0 2018: 1 paper 2018 2019: 6 papers 2019 2020: 4 papers 2020 2021: 9 papers 2021 2022: 5 papers 2022 2023: 7 papers 2023 2024: 1 paper 2024 2025: 1 paper 2025
Papers per year the archive tags with this method, by the paper's archive date (34 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

Value Function Estimation

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