paper-with-me

Papers

Almost Sure Convergence of Differential Temporal Difference Learning for Average Reward Markov Decision Processes

2026-02-18 · Ethan Blaser, Jiuqi Wang, Shangtong Zhang arxiv

The average reward is a fundamental performance metric in reinforcement learning (RL) focusing on the long-run performance of an agent. Differential temporal difference (TD) learning algorithms are a major advance for average reward RL as they provide an efficient online method to learn the value functions associated with the average reward in both on-policy and off-policy settings. However, existing convergence guarantees require a local clock in learning rates tied to state visit counts, which practitioners do not use and does not extend beyond tabular settings. We address this limitation by proving the almost sure convergence of on-policy $n$-step differential TD for any $n$ using standard diminishing learning rates without a local clock. We then derive three sufficient conditions under which off-policy $n$-step differential TD also converges without a local clock. These results strengthen the theoretical foundations of differential TD and bring its convergence analysis closer to practical implementations.

📄 PDF Abstract BibTeX arXiv:2602.16629

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

$N$-Timescale Stochastic Approximation: Stability and Convergence

2021-12-07 · Rohan Deb, Shalabh Bhatnagar

This paper presents the first sufficient conditions that guarantee the stability and almost sure convergence of $N$-timescale stochastic approximation (SA) iterates for any $N\geq1$. It extends the existing results on On…

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 converg…

Almost Sure Convergence Rates and Concentration of Stochastic Approximation and Reinforcement Learning with Markovian Noise

2024-11-20 · Xiaochi Qian, Zixuan Xie, Xinyu Liu, Shangtong Zhang

This paper establishes the first almost sure convergence rate and the first maximal concentration bound with exponential tails for general contractive stochastic approximation algorithms with Markovian noise. As a coroll…

Q-Learning

n-Step Temporal Difference Learning with Optimal n

2023-03-13 · Lakshmi Mandal, Shalabh Bhatnagar

We consider the problem of finding the optimal value of n in the n-step temporal difference (TD) learning algorithm. Our objective function for the optimization problem is the average root mean squared error (RMSE). We f…

Stochastic Optimization

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…