Toward Efficient Gradient-Based Value Estimation

Abstract

Gradient-based methods for value estimation in reinforcement learning have favorable stability properties, but they are typically much slower than Temporal Difference (TD) learning methods. We study the root causes of this slowness and show that Mean Square Bellman Error (MSBE) is an ill-conditioned loss function in the sense that its Hessian has large condition-number. To resolve the adverse effect of poor conditioning of MSBE on gradient based methods, we propose a low complexity batch-free proximal method that approximately follows the Gauss-Newton direction and is asymptotically robust to parameterization. Our main algorithm, called RANS, is efficient in the sense that it is significantly faster than the residual gradient methods while having almost the same computational complexity, and is competitive with TD on the classic problems that we tested.

Cite

Text

Sharifnassab and Sutton. "Toward Efficient Gradient-Based Value Estimation." International Conference on Machine Learning, 2023.

Markdown

[Sharifnassab and Sutton. "Toward Efficient Gradient-Based Value Estimation." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/sharifnassab2023icml-efficient/)

BibTeX

@inproceedings{sharifnassab2023icml-efficient,
  title     = {{Toward Efficient Gradient-Based Value Estimation}},
  author    = {Sharifnassab, Arsalan and Sutton, Richard S.},
  booktitle = {International Conference on Machine Learning},
  year      = {2023},
  pages     = {30827-30849},
  volume    = {202},
  url       = {https://mlanthology.org/icml/2023/sharifnassab2023icml-efficient/}
}