Stable Gradients for Stable Learning at Scale in Deep Reinforcement Learning
Roger Creus Castanyer, Johan Obando-Ceron, Lu Li, Pierre-Luc Bacon, Glen Berseth, Aaron Courville, Pablo Samuel Castro
TL;DR
The paper investigates why scaling deep reinforcement learning models often degrades performance, attributing the issue to the interplay of non-stationarity and gradient pathologies that worsen with larger architectures. It proposes two direct interventions—multi-skip residual connections and a Kron (Kronecker-factored) second-order optimizer—to stabilize gradient flow and enable robust learning at scale. Across a broad set of experiments, including Atari-10, the full ALE suite, PPO, scaled encoders, Simba with Kron, and scalable offline Q-learning, the interventions consistently improve stability and performance as models grow. The findings underscore that preserving gradient information is a crucial prerequisite for effective parameter scaling in deep RL, offering a practical pathway to scalable, robust agents in diverse environments.
Abstract
Scaling deep reinforcement learning networks is challenging and often results in degraded performance, yet the root causes of this failure mode remain poorly understood. Several recent works have proposed mechanisms to address this, but they are often complex and fail to highlight the causes underlying this difficulty. In this work, we conduct a series of empirical analyses which suggest that the combination of non-stationarity with gradient pathologies, due to suboptimal architectural choices, underlie the challenges of scale. We propose a series of direct interventions that stabilize gradient flow, enabling robust performance across a range of network depths and widths. Our interventions are simple to implement and compatible with well-established algorithms, and result in an effective mechanism that enables strong performance even at large scales. We validate our findings on a variety of agents and suites of environments.
