LGAIApr 15, 2021

Predictor-Corrector(PC) Temporal Difference(TD) Learning (PCTD)

arXiv:2104.09620v12 citations
AI Analysis

This work addresses incremental improvements in reinforcement learning algorithms for researchers, focusing on error reduction in value function approximation.

The authors tackled the problem of improving temporal difference (TD) learning by proposing a new class of algorithms based on numerical ODE approximation and Galerkin relaxation, resulting in PCTD methods that show improved performance over TD(0) in simulations for an infinite horizon task.

Using insight from numerical approximation of ODEs and the problem formulation and solution methodology of TD learning through a Galerkin relaxation, I propose a new class of TD learning algorithms. After applying the improved numerical methods, the parameter being approximated has a guaranteed order of magnitude reduction in the Taylor Series error of the solution to the ODE for the parameter $θ(t)$ that is used in constructing the linearly parameterized value function. Predictor-Corrector Temporal Difference (PCTD) is what I call the translated discrete time Reinforcement Learning(RL) algorithm from the continuous time ODE using the theory of Stochastic Approximation(SA). Both causal and non-causal implementations of the algorithm are provided, and simulation results are listed for an infinite horizon task to compare the original TD(0) algorithm against both versions of PCTD(0).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes