English

Deep Reinforcement Learning and the Deadly Triad

Artificial Intelligence 2018-12-07 v1 Machine Learning

Abstract

We know from reinforcement learning theory that temporal difference learning can fail in certain cases. Sutton and Barto (2018) identify a deadly triad of function approximation, bootstrapping, and off-policy learning. When these three properties are combined, learning can diverge with the value estimates becoming unbounded. However, several algorithms successfully combine these three properties, which indicates that there is at least a partial gap in our understanding. In this work, we investigate the impact of the deadly triad in practice, in the context of a family of popular deep reinforcement learning models - deep Q-networks trained with experience replay - analysing how the components of this system play a role in the emergence of the deadly triad, and in the agent's performance

Keywords

Cite

@article{arxiv.1812.02648,
  title  = {Deep Reinforcement Learning and the Deadly Triad},
  author = {Hado van Hasselt and Yotam Doron and Florian Strub and Matteo Hessel and Nicolas Sonnerat and Joseph Modayil},
  journal= {arXiv preprint arXiv:1812.02648},
  year   = {2018}
}
R2 v1 2026-06-23T06:34:26.040Z