English

Greedification Operators for Policy Optimization: Investigating Forward and Reverse KL Divergences

Machine Learning 2022-04-20 v2

Abstract

Approximate Policy Iteration (API) algorithms alternate between (approximate) policy evaluation and (approximate) greedification. Many different approaches have been explored for approximate policy evaluation, but less is understood about approximate greedification and what choices guarantee policy improvement. In this work, we investigate approximate greedification when reducing the KL divergence between the parameterized policy and the Boltzmann distribution over action values. In particular, we investigate the difference between the forward and reverse KL divergences, with varying degrees of entropy regularization. We show that the reverse KL has stronger policy improvement guarantees, but that reducing the forward KL can result in a worse policy. We also demonstrate, however, that a large enough reduction of the forward KL can induce improvement under additional assumptions. Empirically, we show on simple continuous-action environments that the forward KL can induce more exploration, but at the cost of a more suboptimal policy. No significant differences were observed in the discrete-action setting or on a suite of benchmark problems. Throughout, we highlight that many policy gradient methods can be seen as an instance of API, with either the forward or reverse KL for the policy update, and discuss next steps for understanding and improving our policy optimization algorithms.

Keywords

Cite

@article{arxiv.2107.08285,
  title  = {Greedification Operators for Policy Optimization: Investigating Forward and Reverse KL Divergences},
  author = {Alan Chan and Hugo Silva and Sungsu Lim and Tadashi Kozuno and A. Rupam Mahmood and Martha White},
  journal= {arXiv preprint arXiv:2107.08285},
  year   = {2022}
}

Comments

Updated the paper with more theory in Section 5 and moved some experiments to the Appendix

R2 v1 2026-06-24T04:17:15.085Z