AILGDec 6, 2018

Deep Reinforcement Learning and the Deadly Triad

arXiv:1812.02648v1281 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a theoretical gap in reinforcement learning for researchers and practitioners, though it appears incremental as it builds on known theory to analyze existing models.

The paper investigates the practical impact of the deadly triad (function approximation, bootstrapping, and off-policy learning) in deep reinforcement learning, specifically analyzing deep Q-networks with experience replay to understand how these components affect learning divergence and agent performance.

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

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes