Closing the gap between SVRG and TD-SVRG with Gradient Splitting
Arsenii Mustafin, Alex Olshevsky, Ioannis Ch. Paschalidis
TL;DR
This work presents TD-SVRG, a variance-reduced TD learning method that interprets TD updates as gradient splitting of a quadratic objective to fuse TD with SVRG. By fixing a learning rate of $1/8$ and leveraging a gradient-splitting framework, the authors establish geometric convergence in both finite-sample and online settings, with a linear dependence on the condition number $\lambda_A$, matching results known for SVRG in convex optimization. They address both i.i.d. and Markovian sampling, and extend the analysis to batching and online estimation of the mean-path update, yielding practical batch sizes and improved complexities over prior work. Experiments across synthetic and OpenAI Gym tasks corroborate the theoretical gains, showing substantial speedups over previous TD-SVRG variants and related variance-reduction TD methods. Overall, the paper tightens the connection between TD learning and convex SVRG theory, delivering faster, scalable policy evaluation in large-scale RL problems.
Abstract
Temporal difference (TD) learning is a policy evaluation in reinforcement learning whose performance can be enhanced by variance reduction methods. Recently, multiple works have sought to fuse TD learning with Stochastic Variance Reduced Gradient (SVRG) method to achieve a geometric rate of convergence. However, the resulting convergence rate is significantly weaker than what is achieved by SVRG in the setting of convex optimization. In this work we utilize a recent interpretation of TD-learning as the splitting of the gradient of an appropriately chosen function, thus simplifying the algorithm and fusing TD with SVRG. Our main result is a geometric convergence bound with predetermined learning rate of $1/8$, which is identical to the convergence bound available for SVRG in the convex setting. Our theoretical findings are supported by a set of experiments.
