Methods › Reinforcement Learning › Off-Policy TD Control › Clipped Double Q-learning

Clipped Double Q-learning

122 papers tagged archive 2025-07-28

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

Clipped Double Q-learning is a variant on Double Q-learning that upper-bounds the less biased Q estimate Q_(θ₂) by the biased estimate Q_(θ₁). This is equivalent to taking the minimum of the two estimates, resulting in the following target update:

y₁ = r + γmin_(i=1,2)Q_(θ′ᵢ)(s′, π_(ϕ₁)(s′))

The motivation for this extension is that vanilla double Q-learning is sometimes ineffective if the target and current networks are too similar, e.g. with a slow-changing policy in an actor-critic framework.

Source: Addressing Function Approximation Error in Actor-Critic Methods

Papers archive 2025-07-28

30 shown of 122, 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 69 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 Learning (RL)70
reinforcement-learning56
Deep Reinforcement Learning55
Reinforcement Learning46
Continuous Control32
continuous-control31
MuJoCo27
Q-Learning17
OpenAI Gym10
Decision Making8
Autonomous Driving6
Offline RL5
Benchmarking4
Meta-Learning4
Policy Gradient Methods4
D4RL3
GPU3
Scheduling3
Atari Games2
Computational Efficiency2

Usage over time archive 2025-07-28

Papers per year tagged with Clipped Double Q-learning: 2018 to 2025, peak 26 26 0 2018: 1 paper 2018 2019: 6 papers 2019 2020: 19 papers 2020 2021: 24 papers 2021 2022: 11 papers 2022 2023: 26 papers 2023 2024: 25 papers 2024 2025: 10 papers 2025
Papers per year the archive tags with this method, by the paper's archive date (122 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

Off-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