Regularized Q-learning
Han-Dong Lim, Donghwan Lee
TL;DR
This work tackles instability of Q-learning with linear function approximation under bootstrapping and off-policy by introducing Regularized Q-learning (RegQ), a single-time-scale algorithm that adds an $l_2$ penalty to ensure convergence. The authors formulate a regularized projected Bellman equation (RPBE) with a regularized projection $\\Gamma_{\\eta}$ and prove existence, uniqueness, and convergence of the RegQ iterates to $\\theta^*_{\\eta}$ via an ODE-based switching-system analysis and Borkar–Meyn theory. They derive an explicit error bound between the RPBE solution and the true Q-function, describe regimes where this bias vanishes or persists, and provide conditions on the regularization parameter $\\eta$ to guarantee convergence. Empirically, RegQ stabilizes learning in classic divergence-prone settings (e.g., Baird counterexample) and demonstrates faster convergence than prior two-time-scale methods, suggesting practical stability without target networks and potential for extension to deeper RL with preconditioning rather than target networks.
Abstract
Q-learning is widely used algorithm in reinforcement learning community. Under the lookup table setting, its convergence is well established. However, its behavior is known to be unstable with the linear function approximation case. This paper develops a new Q-learning algorithm that converges when linear function approximation is used. We prove that simply adding an appropriate regularization term ensures convergence of the algorithm. We prove its stability using a recent analysis tool based on switching system models. Moreover, we experimentally show that it converges in environments where Q-learning with linear function approximation has known to diverge. We also provide an error bound on the solution where the algorithm converges.
