paper-with-me

Papers

Learning Unknown Markov Decision Processes: A Thompson Sampling Approach

2017-09-14 · NeurIPS 2017 12 · Yi Ouyang, Mukul Gagrani, Ashutosh Nayyar, Rahul Jain

We consider the problem of learning an unknown Markov Decision Process (MDP) that is weakly communicating in the infinite horizon setting. We propose a Thompson Sampling-based reinforcement learning algorithm with dynamic episodes (TSDE). At the beginning of each episode, the algorithm generates a sample from the posterior distribution over the unknown model parameters. It then follows the optimal stationary policy for the sampled model for the rest of the episode. The duration of each episode is dynamically determined by two stopping criteria. The first stopping criterion controls the growth rate of episode length. The second stopping criterion happens when the number of visits to any state-action pair is doubled. We establish $\tilde O(HS\sqrt{AT})$ bounds on expected regret under a Bayesian setting, where $S$ and $A$ are the sizes of the state and action spaces, $T$ is time, and $H$ is the bound of the span. This regret bound matches the best available bound for weakly communicating MDPs. Numerical results show it to perform better than existing algorithms for infinite horizon MDPs.

📄 PDF Abstract BibTeX arXiv:1709.04570

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningThompson Sampling

Similar Papers 제목 키워드 기반

Thompson Sampling for Parameterized Markov Decision Processes with Uninformative Actions

2023-05-13 · Michael Gimelfarb, Michael Jong Kim

We study parameterized MDPs (PMDPs) in which the key parameters of interest are unknown and must be learned using Bayesian inference. One key defining feature of such models is the presence of "uninformative" actions tha…

Bayesian InferenceThompson Sampling

On Online Learning in Kernelized Markov Decision Processes

2019-11-04 · Sayak Ray Chowdhury, Aditya Gopalan

We develop algorithms with low regret for learning episodic Markov decision processes based on kernel approximation techniques. The algorithms are based on both the Upper Confidence Bound (UCB) as well as Posterior or Th…

Thompson Sampling

Thompson Sampling for Infinite-Horizon Discounted Decision Processes

2024-05-14 · Daniel Adelman, Cagla Keceli, Alba V. Olivares-Nadal

We model a Markov decision process, parametrized by an unknown parameter, and study the asymptotic behavior of a sampling-based algorithm, called Thompson sampling. The standard definition of regret is not always suitabl…

Thompson Sampling

No-Regret Thompson Sampling for Finite-Horizon Markov Decision Processes with Gaussian Processes

2025-10-23 · Jasmine Bayrooti, Sattar Vakili, Amanda Prorok, Carl Henrik Ek arxiv

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 foun…

Reinforcement LearningGaussian Processes

Thompson Sampling for Learning Parameterized Markov Decision Processes

2014-06-29 · Aditya Gopalan, Shie Mannor

We consider reinforcement learning in parameterized Markov Decision Processes (MDPs), where the parameterization may induce correlation across transition probabilities or rewards. Consequently, observing a particular sta…

Formreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1