English

Mean Actor Critic

Machine Learning 2018-05-24 v2 Artificial Intelligence Machine Learning

Abstract

We propose a new algorithm, Mean Actor-Critic (MAC), for discrete-action continuous-state reinforcement learning. MAC is a policy gradient algorithm that uses the agent's explicit representation of all action values to estimate the gradient of the policy, rather than using only the actions that were actually executed. We prove that this approach reduces variance in the policy gradient estimate relative to traditional actor-critic methods. We show empirical results on two control domains and on six Atari games, where MAC is competitive with state-of-the-art policy search algorithms.

Cite

@article{arxiv.1709.00503,
  title  = {Mean Actor Critic},
  author = {Cameron Allen and Kavosh Asadi and Melrose Roderick and Abdel-rahman Mohamed and George Konidaris and Michael Littman},
  journal= {arXiv preprint arXiv:1709.00503},
  year   = {2018}
}