English

The Courage to Stop: Overcoming Sunk Cost Fallacy in Deep Reinforcement Learning

Machine Learning 2025-06-17 v1

Abstract

Off-policy deep reinforcement learning (RL) typically leverages replay buffers for reusing past experiences during learning. This can help improve sample efficiency when the collected data is informative and aligned with the learning objectives; when that is not the case, it can have the effect of "polluting" the replay buffer with data which can exacerbate optimization challenges in addition to wasting environment interactions due to wasteful sampling. We argue that sampling these uninformative and wasteful transitions can be avoided by addressing the sunk cost fallacy, which, in the context of deep RL, is the tendency towards continuing an episode until termination. To address this, we propose learn to stop (LEAST), a lightweight mechanism that enables strategic early episode termination based on Q-value and gradient statistics, which helps agents recognize when to terminate unproductive episodes early. We demonstrate that our method improves learning efficiency on a variety of RL algorithms, evaluated on both the MuJoCo and DeepMind Control Suite benchmarks.

Keywords

Cite

@article{arxiv.2506.13672,
  title  = {The Courage to Stop: Overcoming Sunk Cost Fallacy in Deep Reinforcement Learning},
  author = {Jiashun Liu and Johan Obando-Ceron and Pablo Samuel Castro and Aaron Courville and Ling Pan},
  journal= {arXiv preprint arXiv:2506.13672},
  year   = {2025}
}

Comments

Proceedings of the 42nd International Conference on Machine Learning (ICML 2025)