English

Posterior sampling for reinforcement learning: worst-case regret bounds

Machine Learning 2020-04-01 v3

Abstract

We present an algorithm based on posterior sampling (aka Thompson sampling) that achieves near-optimal worst-case regret bounds when the underlying Markov Decision Process (MDP) is communicating with a finite, though unknown, diameter. Our main result is a high probability regret upper bound of O~(DSAT)\tilde{O}(DS\sqrt{AT}) for any communicating MDP with SS states, AA actions and diameter DD. Here, regret compares the total reward achieved by the algorithm to the total expected reward of an optimal infinite-horizon undiscounted average reward policy, in time horizon TT. This result closely matches the known lower bound of Ω(DSAT)\Omega(\sqrt{DSAT}). Our techniques involve proving some novel results about the anti-concentration of Dirichlet distribution, which may be of independent interest.

Keywords

Cite

@article{arxiv.1705.07041,
  title  = {Posterior sampling for reinforcement learning: worst-case regret bounds},
  author = {Shipra Agrawal and Randy Jia},
  journal= {arXiv preprint arXiv:1705.07041},
  year   = {2020}
}

Comments

This revision fixes an error due to use of some incorrect results (Lemma C.1 and Lemma C.2) in the earlier version. The regret bounds in this version are worse by a factor of sqrt(S) as compared to the previous version

R2 v1 2026-06-22T19:52:41.134Z