English

Beyond the One Step Greedy Approach in Reinforcement Learning

Artificial Intelligence 2018-08-01 v3 Machine Learning Machine Learning

Abstract

The famous Policy Iteration algorithm alternates between policy improvement and policy evaluation. Implementations of this algorithm with several variants of the latter evaluation stage, e.g, nn-step and trace-based returns, have been analyzed in previous works. However, the case of multiple-step lookahead policy improvement, despite the recent increase in empirical evidence of its strength, has to our knowledge not been carefully analyzed yet. In this work, we introduce the first such analysis. Namely, we formulate variants of multiple-step policy improvement, derive new algorithms using these definitions and prove their convergence. Moreover, we show that recent prominent Reinforcement Learning algorithms are, in fact, instances of our framework. We thus shed light on their empirical success and give a recipe for deriving new algorithms for future study.

Keywords

Cite

@article{arxiv.1802.03654,
  title  = {Beyond the One Step Greedy Approach in Reinforcement Learning},
  author = {Yonathan Efroni and Gal Dalal and Bruno Scherrer and Shie Mannor},
  journal= {arXiv preprint arXiv:1802.03654},
  year   = {2018}
}

Comments

ICML 2018

R2 v1 2026-06-23T00:18:06.200Z