菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-25
📄 Abstract - Heavy-Ball Q-Learning with Residual Weighting Correction

This paper proposes a corrected heavy-ball Q-learning method for reinforcement learning (RL) and establishes its convergence. It also identifies conditions under which the method is theoretically guaranteed to converge faster than standard Q-learning. The same construction is then extended to Q-learning with linear function approximation, where analogous convergence and acceleration statements are derived. The analysis is based on a switched linear system (SLS) representation of Q-learning algorithms and on the joint spectral radius (JSR) of the associated switching families. This SLS viewpoint is not commonly used in standard analyses of Q-learning, and it provides a complementary framework and new insight into how heavy-ball momentum can accelerate Q-learning.

顶级标签: reinforcement learning
详细标签: q-learning heavy-ball momentum convergence analysis switched linear system linear function approximation 或 搜索:

带残差加权修正的重球Q学习算法 / Heavy-Ball Q-Learning with Residual Weighting Correction


1️⃣ 一句话总结

本文提出了一种改进的Q学习方法,通过引入“重球动量”和残差加权修正技术,在保证算法收敛的前提下加速了学习过程,并利用切换线性系统理论从新的角度解释了其加速原理。

源自 arXiv: 2606.27112