Regularized Gradient Temporal-Difference Learning
Hyunjun Na, Donghwan Lee
TL;DR
The paper tackles instability in off-policy policy evaluation with linear function approximation caused by singular feature interaction in GTD2. It introduces Regularized GTD (R-GTD), which regularizes MSPBE via a slack variable and a quadratic penalty in a convex–concave saddle-point framework, yielding a unique solution without requiring FIM nonsingularity. The authors prove global convergence to the saddle point using PDGD/ODE methods and derive explicit error bounds to the true projected value, clarifying behavior in both singular and nonsingular cases and showing convergence to GTD2 as the regularization grows. Empirical results in singular settings demonstrate improved stability and accuracy of R-GTD over GTD2, with larger regularization yielding further gains, while appendices extend validation to additional scenarios such as Baird’s counterexample and stochastic environments.
Abstract
Gradient temporal-difference (GTD) learning algorithms are widely used for off-policy policy evaluation with function approximation. However, existing convergence analyses rely on the restrictive assumption that the so-called feature interaction matrix (FIM) is nonsingular. In practice, the FIM can become singular and leads to instability or degraded performance. In this paper, we propose a regularized optimization objective by reformulating the mean-square projected Bellman error (MSPBE) minimization. This formulation naturally yields a regularized GTD algorithms, referred to as R-GTD, which guarantees convergence to a unique solution even when the FIM is singular. We establish theoretical convergence guarantees and explicit error bounds for the proposed method, and validate its effectiveness through empirical experiments.
