English

TDprop: Does Jacobi Preconditioning Help Temporal Difference Learning?

Machine Learning 2020-07-07 v1 Machine Learning

Abstract

We investigate whether Jacobi preconditioning, accounting for the bootstrap term in temporal difference (TD) learning, can help boost performance of adaptive optimizers. Our method, TDprop, computes a per parameter learning rate based on the diagonal preconditioning of the TD update rule. We show how this can be used in both nn-step returns and TD(λ\lambda). Our theoretical findings demonstrate that including this additional preconditioning information is, surprisingly, comparable to normal semi-gradient TD if the optimal learning rate is found for both via a hyperparameter search. In Deep RL experiments using Expected SARSA, TDprop meets or exceeds the performance of Adam in all tested games under near-optimal learning rates, but a well-tuned SGD can yield similar improvements -- matching our theory. Our findings suggest that Jacobi preconditioning may improve upon typical adaptive optimization methods in Deep RL, but despite incorporating additional information from the TD bootstrap term, may not always be better than SGD.

Keywords

Cite

@article{arxiv.2007.02786,
  title  = {TDprop: Does Jacobi Preconditioning Help Temporal Difference Learning?},
  author = {Joshua Romoff and Peter Henderson and David Kanaa and Emmanuel Bengio and Ahmed Touati and Pierre-Luc Bacon and Joelle Pineau},
  journal= {arXiv preprint arXiv:2007.02786},
  year   = {2020}
}

Comments

Presented at the Theoretical Foundations of Reinforcement Learning workshop at ICML 2020

R2 v1 2026-06-23T16:53:10.053Z