LGSep 10, 2022

Gradient Descent Temporal Difference-difference Learning

arXiv:2209.04624v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses stability and efficiency issues in off-policy reinforcement learning for practitioners, though it is incremental as it builds on existing GTD methods.

The paper tackles the slow convergence of gradient descent temporal difference (GTD) learning in off-policy reinforcement learning by proposing Gradient-DD, which introduces second-order differences in updates, and shows substantial improvement over GTD2 and sometimes better performance than conventional TD learning in tasks like the random walk and Baird's counterexample.

Off-policy algorithms, in which a behavior policy differs from the target policy and is used to gain experience for learning, have proven to be of great practical value in reinforcement learning. However, even for simple convex problems such as linear value function approximation, these algorithms are not guaranteed to be stable. To address this, alternative algorithms that are provably convergent in such cases have been introduced, the most well known being gradient descent temporal difference (GTD) learning. This algorithm and others like it, however, tend to converge much more slowly than conventional temporal difference learning. In this paper we propose gradient descent temporal difference-difference (Gradient-DD) learning in order to improve GTD2, a GTD algorithm, by introducing second-order differences in successive parameter updates. We investigate this algorithm in the framework of linear value function approximation, theoretically proving its convergence by applying the theory of stochastic approximation. %analytically showing its improvement over GTD2. Studying the model empirically on the random walk task, the Boyan-chain task, and the Baird's off-policy counterexample, we find substantial improvement over GTD2 and, in several cases, better performance even than conventional TD learning.

Foundations

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

Your Notes