SPEQ: Offline Stabilization Phases for Efficient Q-Learning in High Update-To-Data Ratio Reinforcement Learning
Carlo Romeo, Girolamo Macaluso, Alessandro Sestini, Andrew D. Bagdanov
TL;DR
The paper tackles the scalability challenge of high update-to-data (UTD) reinforcement learning by introducing SPEQ, an offline stabilization framework that interleaves one-to-one online updates ($UTD=1$) with periodic offline phases. During offline phases, Q-functions are fine-tuned on a fixed replay buffer with dropout regularization to curb overestimation bias, using only two critics to remain computationally efficient. Empirically, SPEQ achieves 40%–99% fewer gradient updates and 27%–78% less training time than state-of-the-art high-UTD methods on MuJoCo while maintaining or improving performance. This demonstrates that periodic stabilization phases can outperform simply lowering the UTD ratio, offering a scalable approach for real-world RL where compute is constrained.
Abstract
High update-to-data (UTD) ratio algorithms in reinforcement learning (RL) improve sample efficiency but incur high computational costs, limiting real-world scalability. We propose Offline Stabilization Phases for Efficient Q-Learning (SPEQ), an RL algorithm that combines low-UTD online training with periodic offline stabilization phases. During these phases, Q-functions are fine-tuned with high UTD ratios on a fixed replay buffer, reducing redundant updates on suboptimal data. This structured training schedule optimally balances computational and sample efficiency, addressing the limitations of both high and low UTD ratio approaches. We empirically demonstrate that SPEQ requires from 40% to 99% fewer gradient updates and 27% to 78% less training time compared to state-of-the-art high UTD ratio methods while maintaining or surpassing their performance on the MuJoCo continuous control benchmark. Our findings highlight the potential of periodic stabilization phases as an effective alternative to conventional training schedules, paving the way for more scalable reinforcement learning solutions in real-world applications where computational resources are constrained.
