English

An operator view of policy gradient methods

Machine Learning 2020-10-26 v3 Artificial Intelligence Machine Learning

Abstract

We cast policy gradient methods as the repeated application of two operators: a policy improvement operator I\mathcal{I}, which maps any policy π\pi to a better one Iπ\mathcal{I}\pi, and a projection operator P\mathcal{P}, which finds the best approximation of Iπ\mathcal{I}\pi in the set of realizable policies. We use this framework to introduce operator-based versions of traditional policy gradient methods such as REINFORCE and PPO, which leads to a better understanding of their original counterparts. We also use the understanding we develop of the role of I\mathcal{I} and P\mathcal{P} to propose a new global lower bound of the expected return. This new perspective allows us to further bridge the gap between policy-based and value-based methods, showing how REINFORCE and the Bellman optimality operator, for example, can be seen as two sides of the same coin.

Cite

@article{arxiv.2006.11266,
  title  = {An operator view of policy gradient methods},
  author = {Dibya Ghosh and Marlos C. Machado and Nicolas Le Roux},
  journal= {arXiv preprint arXiv:2006.11266},
  year   = {2020}
}

Comments

NeurIPS 2020

R2 v1 2026-06-23T16:28:18.469Z