LGFeb 11, 2022

Regularized Q-learning

arXiv:2202.05404v818 citations
Originality Highly original
AI Analysis

This addresses a known bottleneck in reinforcement learning for practitioners, offering a stable alternative with proven guarantees.

The paper tackles the instability of Q-learning with linear function approximation by introducing a regularization term, proving convergence and demonstrating it experimentally in environments where standard Q-learning diverges.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes