Deep Reinforcement Learning Agents are not even close to Human Intelligence
Quentin Delfosse, Jannis Blüml, Fabian Tatai, Théo Vincent, Bjarne Gregori, Elisabeth Dillies, Jan Peters, Constantin Rothkopf, Kristian Kersting
TL;DR
This paper argues that current deep and symbolic RL agents struggle to generalize to simplified task variations, revealing a persistent reliance on shortcuts rather than truly understanding task structure. It introduces HackAtari, a RAM-based variation suite for the Arcade Learning Environment, to systematically test human-like generalization and detect misalignment. Empirical results show broad performance drops across diverse agents on HackAtari variations, while humans maintain or improve performance, underscoring the gap to human-like intelligence. The work advocates for benchmarks that stress relational reasoning and the incorporation of human inductive biases to drive the development of more robust, aligned RL systems with practical impact.
Abstract
Deep reinforcement learning (RL) agents achieve impressive results in a wide variety of tasks, but they lack zero-shot adaptation capabilities. While most robustness evaluations focus on tasks complexifications, for which human also struggle to maintain performances, no evaluation has been performed on tasks simplifications. To tackle this issue, we introduce HackAtari, a set of task variations of the Arcade Learning Environments. We use it to demonstrate that, contrary to humans, RL agents systematically exhibit huge performance drops on simpler versions of their training tasks, uncovering agents' consistent reliance on shortcuts. Our analysis across multiple algorithms and architectures highlights the persistent gap between RL agents and human behavioral intelligence, underscoring the need for new benchmarks and methodologies that enforce systematic generalization testing beyond static evaluation protocols. Training and testing in the same environment is not enough to obtain agents equipped with human-like intelligence.
