2020

Optimistic Policy Optimization with Bandit Feedback

Efroni, Yonathan, Shani, Lior, Rosenberg, Aviv et al.

Understand

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.

Reading the bibliography…