Reinforcement Learning for Markovian Bandits: Is Posterior Sampling more Scalable than Optimism?
Nicolas Gast (POLARIS), Bruno Gaujal (POLARIS), Kimang Khun (POLARIS)

TL;DR
This paper introduces MB-PSRL and MB-UCRL2 algorithms for Markovian bandits, demonstrating their near-optimal regret bounds, computational efficiency, and practical superiority over classical methods.
Contribution
The paper adapts PSRL and UCRL2 to Markovian bandits, achieving scalable algorithms with near-optimal regret and linear runtime in the number of bandits.
Findings
MB-PSRL and MB-UCRL2 have regret bounds of O(Ssqrt{nK})
MB-PSRL runtime is linear in the number of bandits
Numerical experiments show MB-PSRL outperforms existing algorithms
Abstract
We study learning algorithms for the classical Markovian bandit problem with discount. We explain how to adapt PSRL [24] and UCRL2 [2] to exploit the problem structure. These variants are called MB-PSRL and MB-UCRL2. While the regret bound and runtime of vanilla implementations of PSRL and UCRL2 are exponential in the number of bandits, we show that the episodic regret of MB-PSRL and MB-UCRL2 is where is the number of episodes, is the number of bandits and is the number of states of each bandit (the exact bound in S, n and K is given in the paper). Up to a factor , this matches the lower bound of that we also derive in the paper. MB-PSRL is also computationally efficient: its runtime is linear in the number of bandits. We further show that this linear runtime cannot be achieved by adapting classical non-Bayesian…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Reinforcement Learning in Robotics · Machine Learning and Algorithms
