English

Breaking the Deadly Triad with a Target Network

Machine Learning 2023-10-02 v9

Abstract

The deadly triad refers to the instability of a reinforcement learning algorithm when it employs off-policy learning, function approximation, and bootstrapping simultaneously. In this paper, we investigate the target network as a tool for breaking the deadly triad, providing theoretical support for the conventional wisdom that a target network stabilizes training. We first propose and analyze a novel target network update rule which augments the commonly used Polyak-averaging style update with two projections. We then apply the target network and ridge regularization in several divergent algorithms and show their convergence to regularized TD fixed points. Those algorithms are off-policy with linear function approximation and bootstrapping, spanning both policy evaluation and control, as well as both discounted and average-reward settings. In particular, we provide the first convergent linear QQ-learning algorithms under nonrestrictive and changing behavior policies without bi-level optimization.

Keywords

Cite

@article{arxiv.2101.08862,
  title  = {Breaking the Deadly Triad with a Target Network},
  author = {Shangtong Zhang and Hengshuai Yao and Shimon Whiteson},
  journal= {arXiv preprint arXiv:2101.08862},
  year   = {2023}
}

Comments

ICML 2021

R2 v1 2026-06-23T22:24:24.389Z