Gauss-Newton Temporal Difference Learning with Nonlinear Function Approximation
Zhifa Ke, Junyu Zhang, Zaiwen Wen
TL;DR
This work introduces Gauss-Newton Temporal Difference (GNTD) learning for Q-learning with nonlinear function approximation, addressing the double-sampling issue via target networks and a GN-based subproblem update. It establishes finite-time convergence results across linear, neural, and smooth function regimes, achieving notably improved sample complexities for neural networks ($\tilde{O}(\varepsilon^{-1})$) and $\tilde{O}(\varepsilon^{-1.5})$ for general smooth functions. The paper also presents an efficient neural implementation based on Kronecker-Factored Approximate Curvature (K-FAC) and Levenberg–Marquardt damping, termed GNTD-KFAC, with extensive experiments showing faster convergence and higher rewards than TD-type baselines and DQN in online and offline RL settings. These results suggest GN-based updates can significantly improve sample efficiency and stability in nonlinear Q-function approximation, with practical benefits for policy evaluation, offline RL, and continuous control. Overall, GNTD contributes a theoretically grounded, computationally efficient alternative to FQI/TD methods in nonlinear RL.
Abstract
In this paper, a Gauss-Newton Temporal Difference (GNTD) learning method is proposed to solve the Q-learning problem with nonlinear function approximation. In each iteration, our method takes one Gauss-Newton (GN) step to optimize a variant of Mean-Squared Bellman Error (MSBE), where target networks are adopted to avoid double sampling. Inexact GN steps are analyzed so that one can safely and efficiently compute the GN updates by cheap matrix iterations. Under mild conditions, non-asymptotic finite-sample convergence to the globally optimal Q function is derived for various nonlinear function approximations. In particular, for neural network parameterization with relu activation, GNTD achieves an improved sample complexity of $\tilde{\mathcal{O}}(\varepsilon^{-1})$, as opposed to the $\mathcal{\mathcal{O}}(\varepsilon^{-2})$ sample complexity of the existing neural TD methods. An $\tilde{\mathcal{O}}(\varepsilon^{-1.5})$ sample complexity of GNTD is also established for general smooth function approximations. We validate our method via extensive experiments in several RL benchmarks, where GNTD exhibits both higher rewards and faster convergence than TD-type methods.
