Optimistic Policy Optimization with Bandit Feedback

Abstract

Policy optimization methods are one of the most widely used classes of Reinforcement Learning (RL) algorithms. Yet, so far, such methods have been mostly analyzed from an optimization perspective, without addressing the problem of exploration, or by making strong assumptions on the interaction with the environment. In this paper we consider model-based RL in the tabular finite-horizon MDP setting with unknown transitions and bandit feedback. For this setting, we propose an optimistic trust region policy optimization (TRPO) algorithm for which we establish $\tilde O(\sqrt{S^2 A H^4 K})$ regret for stochastic rewards. Furthermore, we prove $\tilde O( \sqrt{ S^2 A H^4 } K^{2/3} ) $ regret for adversarial rewards. Interestingly, this result matches previous bounds derived for the bandit feedback case, yet with known transitions. To the best of our knowledge, the two results are the first sub-linear regret bounds obtained for policy optimization algorithms with unknown transitions and bandit feedback.

Cite

Text

Shani et al. "Optimistic Policy Optimization with Bandit Feedback." International Conference on Machine Learning, 2020.

Markdown

[Shani et al. "Optimistic Policy Optimization with Bandit Feedback." International Conference on Machine Learning, 2020.](https://mlanthology.org/icml/2020/shani2020icml-optimistic/)

BibTeX

@inproceedings{shani2020icml-optimistic,
  title     = {{Optimistic Policy Optimization with Bandit Feedback}},
  author    = {Shani, Lior and Efroni, Yonathan and Rosenberg, Aviv and Mannor, Shie},
  booktitle = {International Conference on Machine Learning},
  year      = {2020},
  pages     = {8604-8613},
  volume    = {119},
  url       = {https://mlanthology.org/icml/2020/shani2020icml-optimistic/}
}