No-Regret Thompson Sampling for Finite-Horizon Markov Decision Processes with Gaussian Processes
Jasmine Bayrooti, Sattar Vakili, Amanda Prorok, Carl Henrik Ek
TL;DR
The paper addresses learning in finite-horizon episodic MDPs under model uncertainty by modeling rewards and transitions with a joint multi-output Gaussian Process and applying Thompson sampling (RL-GPS). It proves a no-regret bound of $\tilde{O}(\sqrt{KH\Gamma(KH)})$ and develops new tools, including confidence bounds for compositional GP outputs, a multi-output elliptical potential lemma, and a delayed-update analysis to handle batched updates. Theoretical results capture how kernel complexity via $\Gamma(T)$ governs learning efficiency, with explicit rates for Matérn and RBF kernels, and are supported by synthetic experiments showing sublinear regret and the benefits of output coupling via LMC. By extending GP analysis to vector-valued, recursive settings, the work strengthens the theoretical foundations of Thompson sampling for RL in continuous, structured environments and informs practical kernel choice for improved exploration.
Abstract
Thompson sampling (TS) is a powerful and widely used strategy for sequential decision-making, with applications ranging from Bayesian optimization to reinforcement learning (RL). Despite its success, the theoretical foundations of TS remain limited, particularly in settings with complex temporal structure such as RL. We address this gap by establishing no-regret guarantees for TS using models with Gaussian marginal distributions. Specifically, we consider TS in episodic RL with joint Gaussian process (GP) priors over rewards and transitions. We prove a regret bound of $\mathcal{\tilde{O}}(\sqrt{KHΓ(KH)})$ over $K$ episodes of horizon $H$, where $Γ(\cdot)$ captures the complexity of the GP model. Our analysis addresses several challenges, including the non-Gaussian nature of value functions and the recursive structure of Bellman updates, and extends classical tools such as the elliptical potential lemma to multi-output settings. This work advances the understanding of TS in RL and highlights how structural assumptions and model uncertainty shape its performance in finite-horizon Markov Decision Processes.
