English

Minimax Regret Bounds for Reinforcement Learning

Machine Learning 2017-07-04 v2 Artificial Intelligence Machine Learning

Abstract

We consider the problem of provably optimal exploration in reinforcement learning for finite horizon MDPs. We show that an optimistic modification to value iteration achieves a regret bound of O~(HSAT+H2S2A+HT)\tilde{O}( \sqrt{HSAT} + H^2S^2A+H\sqrt{T}) where HH is the time horizon, SS the number of states, AA the number of actions and TT the number of time-steps. This result improves over the best previous known bound O~(HSAT)\tilde{O}(HS \sqrt{AT}) achieved by the UCRL2 algorithm of Jaksch et al., 2010. The key significance of our new results is that when TH3S3AT\geq H^3S^3A and SAHSA\geq H, it leads to a regret of O~(HSAT)\tilde{O}(\sqrt{HSAT}) that matches the established lower bound of Ω(HSAT)\Omega(\sqrt{HSAT}) up to a logarithmic factor. Our analysis contains two key insights. We use careful application of concentration inequalities to the optimal value function as a whole, rather than to the transitions probabilities (to improve scaling in SS), and we define Bernstein-based "exploration bonuses" that use the empirical variance of the estimated values at the next states (to improve scaling in HH).

Keywords

Cite

@article{arxiv.1703.05449,
  title  = {Minimax Regret Bounds for Reinforcement Learning},
  author = {Mohammad Gheshlaghi Azar and Ian Osband and Rémi Munos},
  journal= {arXiv preprint arXiv:1703.05449},
  year   = {2017}
}
R2 v1 2026-06-22T18:47:13.257Z