paper-with-me

Papers

Linear $Q$-Learning Does Not Diverge: Convergence Rates to a Bounded Set

2025-01-31 · Xinyu Liu, Zixuan Xie, Shangtong Zhang

$Q$-learning is one of the most fundamental reinforcement learning algorithms. Previously, it is widely believed that $Q$-learning with linear function approximation (i.e., linear $Q$-learning) suffers from possible divergence. This paper instead establishes the first $L^2$ convergence rate of linear $Q$-learning to a bounded set. Notably, we do not make any modification to the original linear $Q$-learning algorithm, do not make any Bellman completeness assumption, and do not make any near-optimality assumption on the behavior policy. All we need is an $\epsilon$-softmax behavior policy with an adaptive temperature. The key to our analysis is the general result of stochastic approximations under Markovian noise with fast-changing transition functions. As a side product, we also use this general result to establish the $L^2$ convergence rate of tabular $Q$-learning with an $\epsilon$-softmax behavior policy, for which we rely on a novel pseudo-contraction property of the weighted Bellman optimality operator.

📄 PDF Abstract BibTeX arXiv:2501.19254

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Similar Papers 제목 키워드 기반

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 …

Large-Step Training Dynamics of a Two-Factor Linear Transformer Model

2026-05-20 · Krishnakumar Balasubramanian arxiv

Gradient-flow analyses show that simplified linear transformers can learn the in-context linear-regression algorithm, but they do not explain the finite-step behavior of gradient descent at large learning rates. Motivate…

Homeomorphic-Invariance of EM: Non-Asymptotic Convergence in KL Divergence for Exponential Families via Mirror Descent

2020-11-02 · Frederik Kunstner, Raunak Kumar, Mark Schmidt

Expectation maximization (EM) is the default algorithm for fitting probabilistic models with missing or latent variables, yet we lack a full understanding of its non-asymptotic convergence properties. Previous works show…

Online Infinite-Dimensional Regression: Learning Linear Operators

2023-09-08 · Vinod Raman, Unique Subedi, Ambuj Tewari

We consider the problem of learning linear operators under squared loss between two infinite-dimensional Hilbert spaces in the online setting. We show that the class of linear operators with uniformly bounded $p$-Schatte…

regression

Score Accuracy Along the Forward Diffusion Does Not Certify Numerical Stability in Diffusion Sampling

2026-07-09 · Yiwei Zhou arxiv

Score matching controls average error under the forward marginals, but a discretized reverse-time sampler evaluates the learned score along its own trajectory. We show that small forward-marginal error does not guarantee…