English

Analysis of Off-Policy $n$-Step TD-Learning with Linear Function Approximation

Machine Learning 2026-02-24 v3 Artificial Intelligence

Abstract

This paper analyzes multi-step temporal difference (TD)-learning algorithms within the ``deadly triad'' scenario, characterized by linear function approximation, off-policy learning, and bootstrapping. In particular, we prove that nn-step TD-learning algorithms converge to a solution as the sampling horizon nn increases sufficiently. The paper is divided into two parts. In the first part, we comprehensively examine the fundamental properties of their model-based deterministic counterparts, including projected value iteration, gradient descent algorithms, which can be viewed as prototype deterministic algorithms whose analysis plays a pivotal role in understanding and developing their model-free reinforcement learning counterparts. In particular, we prove that these algorithms converge to meaningful solutions when nn is sufficiently large. Based on these findings, in the second part, two nn-step TD-learning algorithms are proposed and analyzed, which can be seen as the model-free reinforcement learning counterparts of the model-based deterministic algorithms.

Keywords

Cite

@article{arxiv.2502.08941,
  title  = {Analysis of Off-Policy $n$-Step TD-Learning with Linear Function Approximation},
  author = {Han-Dong Lim and Donghwan Lee},
  journal= {arXiv preprint arXiv:2502.08941},
  year   = {2026}
}

Comments

Added experiments for n-step PVI and n-step TD convergence/divergence

R2 v1 2026-06-28T21:42:31.731Z