Implicit Q-Learning and SARSA: Liberating Policy Control from Step-Size Calibration
Abstract
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.
Cite
@article{arxiv.2601.18907,
title = {Implicit Q-Learning and SARSA: Liberating Policy Control from Step-Size Calibration},
author = {Hwanwoo Kim and Eric Laber},
journal= {arXiv preprint arXiv:2601.18907},
year = {2026}
}