paper-with-me

Papers

Almost Sure Convergence of Linear Temporal Difference Learning with Arbitrary Features

2024-09-18 · Jiuqi Wang, Shangtong Zhang

Temporal difference (TD) learning with linear function approximation, abbreviated as linear TD, is a classic and powerful prediction algorithm in reinforcement learning. While it is well understood that linear TD converges almost surely to a unique point, this convergence traditionally requires the assumption that the features used by the approximator are linearly independent. However, this linear independence assumption does not hold in many practical scenarios. This work is the first to establish the almost sure convergence of linear TD without requiring linearly independent features. In fact, we do not make any assumptions on the features. We prove that the approximated value function converges to a unique point and the weight iterates converge to a set. We also establish a notion of local stability of the weight iterates. Importantly, we do not need to introduce any other additional assumptions and do not need to make any modification to the linear TD algorithm. Key to our analysis is a novel characterization of bounded invariant sets of the mean ODE of linear TD.

📄 PDF Abstract BibTeX arXiv:2409.12135

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Formalizing Reinforcement Learning Theory: A Robbins-Siegmund Approach

2025-11-05 · Shangtong Zhang arxiv

In this paper, we formalize the almost sure convergence of $Q$-learning and linear temporal difference (TD) learning with Markovian samples using the Lean 4 theorem prover based on the Mathlib library. $Q$-learning and l…

Reinforcement Learning

On Convergence of Emphatic Temporal-Difference Learning

2015-06-08 · Huizhen Yu

We consider emphatic temporal-difference learning algorithms for policy evaluation in discounted Markov decision processes with finite spaces. Such algorithms were recently proposed by Sutton, Mahmood, and White (2015) a…

Almost Sure Convergence Rates of Stochastic Approximation and Reinforcement Learning via a Poisson-Moreau Drift

2026-05-08 · Xinyu Liu, Zixuan Xie, Shangtong Zhang arxiv

Establishing almost sure convergence rates for stochastic approximation and reinforcement learning under Markovian noise is a fundamental theoretical challenge. We make progress towards this challenge for a class of stoc…

Reinforcement Learning

Distributed TD(0) with Almost No Communication

2023-05-25 · Rui Liu, Alex Olshevsky

We provide a new non-asymptotic analysis of distributed temporal difference learning with linear function approximation. Our approach relies on ``one-shot averaging,'' where $N$ agents run identical local copies of the T…

Temporal Difference Learning as Gradient Splitting

2020-10-27 · Rui Liu, Alex Olshevsky

Temporal difference learning with linear function approximation is a popular method to obtain a low-dimensional approximation of the value function of a policy in a Markov Decision Process. We give a new interpretation o…