English

Near-optimal Bayesian Solution For Unknown Discrete Markov Decision Process

Machine Learning 2019-07-11 v2 Artificial Intelligence Computer Science and Game Theory Machine Learning

Abstract

We tackle the problem of acting in an unknown finite and discrete Markov Decision Process (MDP) for which the expected shortest path from any state to any other state is bounded by a finite number DD. An MDP consists of SS states and AA possible actions per state. Upon choosing an action ata_t at state sts_t, one receives a real value reward rtr_t, then one transits to a next state st+1s_{t+1}. The reward rtr_t is generated from a fixed reward distribution depending only on (st,at)(s_t, a_t) and similarly, the next state st+1s_{t+1} is generated from a fixed transition distribution depending only on (st,at)(s_t, a_t). The objective is to maximize the accumulated rewards after TT interactions. In this paper, we consider the case where the reward distributions, the transitions, TT and DD are all unknown. We derive the first polynomial time Bayesian algorithm, BUCRL{} that achieves up to logarithm factors, a regret (i.e the difference between the accumulated rewards of the optimal policy and our algorithm) of the optimal order O~(DSAT)\tilde{\mathcal{O}}(\sqrt{DSAT}). Importantly, our result holds with high probability for the worst-case (frequentist) regret and not the weaker notion of Bayesian regret. We perform experiments in a variety of environments that demonstrate the superiority of our algorithm over previous techniques. Our work also illustrates several results that will be of independent interest. In particular, we derive a sharper upper bound for the KL-divergence of Bernoulli random variables. We also derive sharper upper and lower bounds for Beta and Binomial quantiles. All the bound are very simple and only use elementary functions.

Keywords

Cite

@article{arxiv.1906.09114,
  title  = {Near-optimal Bayesian Solution For Unknown Discrete Markov Decision Process},
  author = {Aristide Tossou and Christos Dimitrakakis and Debabrota Basu},
  journal= {arXiv preprint arXiv:1906.09114},
  year   = {2019}
}

Comments

Improved the text and added detailed proofs of claims Change title to better express the solution proposed

R2 v1 2026-06-23T09:59:55.195Z