(More) Efficient Reinforcement Learning via Posterior Sampling
Abstract
Most provably efficient learning algorithms introduce optimism about poorly-understood states and actions to encourage exploration. We study an alternative approach for efficient exploration, posterior sampling for reinforcement learning (PSRL). This algorithm proceeds in repeated episodes of known duration. At the start of each episode, PSRL updates a prior distribution over Markov decision processes and takes one sample from this posterior. PSRL then follows the policy that is optimal for this sample during the episode. The algorithm is conceptually simple, computationally efficient and allows an agent to encode prior knowledge in a natural way. We establish an $\tilde{O}(\tau S \sqrt{AT} )$ bound on the expected regret, where $T$ is time, $\tau$ is the episode length and $S$ and $A$ are the cardinalities of the state and action spaces. This bound is one of the first for an algorithm not based on optimism and close to the state of the art for any reinforcement learning algorithm. We show through simulation that PSRL significantly outperforms existing algorithms with similar regret bounds.
Cite
Text
Osband et al. "(More) Efficient Reinforcement Learning via Posterior Sampling." Neural Information Processing Systems, 2013.Markdown
[Osband et al. "(More) Efficient Reinforcement Learning via Posterior Sampling." Neural Information Processing Systems, 2013.](https://mlanthology.org/neurips/2013/osband2013neurips-more/)BibTeX
@inproceedings{osband2013neurips-more,
title = {{(More) Efficient Reinforcement Learning via Posterior Sampling}},
author = {Osband, Ian and Russo, Daniel and Van Roy, Benjamin},
booktitle = {Neural Information Processing Systems},
year = {2013},
pages = {3003-3011},
url = {https://mlanthology.org/neurips/2013/osband2013neurips-more/}
}