LGSYOCMLDec 28, 2018

Differential Temporal Difference Learning

arXiv:1812.11137v210 citations
Originality Highly original
AI Analysis

This addresses a key bottleneck in reinforcement learning for statistics and engineering applications, offering a more efficient method for computing value functions.

The paper tackles the slow convergence and high variance of Temporal Difference (TD) learning algorithms by introducing a new class of differential TD-learning algorithms, which show dramatic variance reduction in numerical results.

Value functions derived from Markov decision processes arise as a central component of algorithms as well as performance metrics in many statistics and engineering applications of machine learning techniques. Computation of the solution to the associated Bellman equations is challenging in most practical cases of interest. A popular class of approximation techniques, known as Temporal Difference (TD) learning algorithms, are an important sub-class of general reinforcement learning methods. The algorithms introduced in this paper are intended to resolve two well-known difficulties of TD-learning approaches: Their slow convergence due to very high variance, and the fact that, for the problem of computing the relative value function, consistent algorithms exist only in special cases. First we show that the gradients of these value functions admit a representation that lends itself to algorithm design. Based on this result, a new class of differential TD-learning algorithms is introduced. For Markovian models on Euclidean space with smooth dynamics, the algorithms are shown to be consistent under general conditions. Numerical results show dramatic variance reduction when compared to standard methods.

Foundations

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

Your Notes