paper-with-me

홈 › Papers

Implicit Q-Learning and SARSA: Liberating Policy Control from Step-Size Calibration

2026-01-26 · Hwanwoo Kim, Eric Laber arxiv

Q-learning and SARSA are foundational reinforcement learning algorithms whose practical success depends critically on step-size calibration. Step-sizes that are too large can cause numerical instability, while step-sizes that are too small can lead to slow progress. We propose implicit variants of Q-learning and SARSA that reformulate their iterative updates as fixed-point equations. This yields an adaptive step-size adjustment that scales inversely with feature norms, providing automatic regularization without manual tuning. Our non-asymptotic analyses demonstrate that implicit methods maintain stability over significantly broader step-size ranges. Under favorable conditions, it permits arbitrarily large step-sizes while achieving comparable convergence rates. Empirical validation across benchmark environments spanning discrete and continuous state spaces shows that implicit Q-learning and SARSA exhibit substantially reduced sensitivity to step-size selection, achieving stable performance with step-sizes that would cause standard methods to fail.

📄 PDF Abstract BibTeX arXiv:2601.18907

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Multi-step Reinforcement Learning: A Unifying Algorithm

2017-03-03 · Kristopher De Asis, J. Fernando Hernandez-Garcia, G. Zacharias Holland, Richard S. Sutton

Unifying seemingly disparate algorithmic ideas to produce better performing algorithms has been a longstanding goal in reinforcement learning. As a primary example, TD($\lambda$) elegantly unifies one-step TD prediction …

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Swift-Sarsa: Fast and Robust Linear Control

2025-07-22 · Khurram Javed, Richard S. Sutton arxiv

Javed, Sharifnassab, and Sutton (2024) introduced a new algorithm for TD learning -- SwiftTD -- that augments True Online TD($λ$) with step-size optimization, a bound on the effective learning rate, and step-size decay. …

Reinforcement LearningDecision MakingAtari Games

On the Convergence of SARSA with Linear Function Approximation

2022-02-14 · Shangtong Zhang, Remi Tachet, Romain Laroche

SARSA, a classical on-policy control algorithm for reinforcement learning, is known to chatter when combined with linear function approximation: SARSA does not diverge but oscillates in a bounded region. However, little …

On Convergence of Gradient Expected Sarsa($λ$)

2020-12-14 · Long Yang, Gang Zheng, Yu Zhang, Qian Zheng 외

We study the convergence of $\mathtt{Expected~Sarsa}(\lambda)$ with linear function approximation. We show that applying the off-line estimate (multi-step bootstrapping) to $\mathtt{Expected~Sarsa}(\lambda)$ is unstable …

Finite-Sample Analysis for SARSA with Linear Function Approximation

2019-02-06 · NeurIPS 2019 12 · Shaofeng Zou, Tengyu Xu, Yingbin Liang

SARSA is an on-policy algorithm to learn a Markov decision process policy in reinforcement learning. We investigate the SARSA algorithm with linear function approximation under the non-i.i.d.\ data, where a single sample…

Q-LearningReinforcement Learning