Dissecting Deep RL with High Update Ratios: Combatting Value Divergence
Marcel Hussing, Claas Voelcker, Igor Gilitschenski, Amir-massoud Farahmand, Eric Eaton
TL;DR
This paper tackles sample-efficient deep RL under high update-to-data ratios ($UTD$), where primacy bias has been observed. It identifies value divergence of the $Q$-function, amplified by out-of-distribution action predictions and optimizer momentum, as a core learning obstacle rather than simple early overfitting. The authors propose unit-ball feature normalization (OFN) applied to the critic encoder to decouple $Q$-scale from early layers, enabling stable learning without resets and achieving strong results on the dm_control suite and challenging dog tasks, competitive with model-based approaches like TD-MPC2. They provide extensive analysis of regularization and other failure modes, showing OFN is simple, effective, but that actor and exploration issues remain open. Overall, the work suggests optimization-driven divergence as a central factor in high-$UTD$ RL and offers a practical technique to enable robust learning in such regimes.
Abstract
We show that deep reinforcement learning algorithms can retain their ability to learn without resetting network parameters in settings where the number of gradient updates greatly exceeds the number of environment samples by combatting value function divergence. Under large update-to-data ratios, a recent study by Nikishin et al. (2022) suggested the emergence of a primacy bias, in which agents overfit early interactions and downplay later experience, impairing their ability to learn. In this work, we investigate the phenomena leading to the primacy bias. We inspect the early stages of training that were conjectured to cause the failure to learn and find that one fundamental challenge is a long-standing acquaintance: value function divergence. Overinflated Q-values are found not only on out-of-distribution but also in-distribution data and can be linked to overestimation on unseen action prediction propelled by optimizer momentum. We employ a simple unit-ball normalization that enables learning under large update ratios, show its efficacy on the widely used dm_control suite, and obtain strong performance on the challenging dog tasks, competitive with model-based approaches. Our results question, in parts, the prior explanation for sub-optimal learning due to overfitting early data.
