Regularized Q-learning
Han-Dong Lim, Donghwan Lee

TL;DR
This paper introduces a regularized Q-learning algorithm that guarantees convergence under linear function approximation, addressing instability issues and providing theoretical and empirical validation.
Contribution
It proposes a novel regularization technique for Q-learning that ensures convergence with linear function approximation, supported by theoretical proofs and experiments.
Findings
The regularized Q-learning converges where standard Q-learning diverges.
Theoretical error bounds are established for the converged solution.
Experimental results confirm improved stability and convergence.
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Advanced Bandit Algorithms Research · Adaptive Dynamic Programming Control
MethodsQ-Learning
