English

Variance Reduction in Actor Critic Methods (ACM)

Machine Learning 2019-07-24 v1 Machine Learning

Abstract

After presenting Actor Critic Methods (ACM), we show ACM are control variate estimators. Using the projection theorem, we prove that the Q and Advantage Actor Critic (A2C) methods are optimal in the sense of the L2L^2 norm for the control variate estimators spanned by functions conditioned by the current state and action. This straightforward application of Pythagoras theorem provides a theoretical justification of the strong performance of QAC and AAC most often referred to as A2C methods in deep policy gradient methods. This enables us to derive a new formulation for Advantage Actor Critic methods that has lower variance and improves the traditional A2C method.

Cite

@article{arxiv.1907.09765,
  title  = {Variance Reduction in Actor Critic Methods (ACM)},
  author = {Eric Benhamou},
  journal= {arXiv preprint arXiv:1907.09765},
  year   = {2019}
}
R2 v1 2026-06-23T10:28:05.414Z