Model-free Posterior Sampling via Learning Rate Randomization
Abstract
In this paper, we introduce Randomized Q-learning (RandQL), a novel randomized model-free algorithm for regret minimization in episodic Markov Decision Processes (MDPs). To the best of our knowledge, RandQL is the first tractable model-free posterior sampling-based algorithm. We analyze the performance of RandQL in both tabular and non-tabular metric space settings. In tabular MDPs, RandQL achieves a regret bound of order , where is the planning horizon, is the number of states, is the number of actions, and is the number of episodes. For a metric state-action space, RandQL enjoys a regret bound of order , where denotes the zooming dimension. Notably, RandQL achieves optimistic exploration without using bonuses, relying instead on a novel idea of learning rate randomization. Our empirical study shows that RandQL outperforms existing approaches on baseline exploration environments.
Keywords
Cite
@article{arxiv.2310.18186,
title = {Model-free Posterior Sampling via Learning Rate Randomization},
author = {Daniil Tiapkin and Denis Belomestny and Daniele Calandriello and Eric Moulines and Remi Munos and Alexey Naumov and Pierre Perrault and Michal Valko and Pierre Menard},
journal= {arXiv preprint arXiv:2310.18186},
year = {2025}
}
Comments
This revision fixed an error connected to an incorrect use of Proposition 7 inside of Lemma 4, and a misprint in Lemma 12. In the current version, we modified the martingale construction and applied the same argument as before; no results need to be modified as a result of these fixes