paper-with-me

Papers

Posterior Sampling for Reinforcement Learning Without Episodes

2016-08-09 · Ian Osband, Benjamin Van Roy

This is a brief technical note to clarify some of the issues with applying the application of the algorithm posterior sampling for reinforcement learning (PSRL) in environments without fixed episodes. In particular, this paper aims to: - Review some of results which have been proven for finite horizon MDPs (Osband et al 2013, 2014a, 2014b, 2016) and also for MDPs with finite ergodic structure (Gopalan et al 2014). - Review similar results for optimistic algorithms in infinite horizon problems (Jaksch et al 2010, Bartlett and Tewari 2009, Abbasi-Yadkori and Szepesvari 2011), with particular attention to the dynamic episode growth. - Highlight the delicate technical issue which has led to a fault in the proof of the lazy-PSRL algorithm (Abbasi-Yadkori and Szepesvari 2015). We present an explicit counterexample to this style of argument. Therefore, we suggest that the Theorem 2 in (Abbasi-Yadkori and Szepesvari 2015) be instead considered a conjecture, as it has no rigorous proof. - Present pragmatic approaches to apply PSRL in infinite horizon problems. We conjecture that, under some additional assumptions, it will be possible to obtain bounds $O( \sqrt{T} )$ even without episodic reset. We hope that this note serves to clarify existing results in the field of reinforcement learning and provides interesting motivation for future work.

📄 PDF Abstract BibTeX arXiv:1608.02731

Code (1)

stratismarkou/sample-efficient-bayesian-rl

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

A Self-Play Posterior Sampling Algorithm for Zero-Sum Markov Games

2022-10-04 · Wei Xiong, Han Zhong, Chengshuai Shi, Cong Shen 외

Existing studies on provably efficient algorithms for Markov games (MGs) almost exclusively build on the "optimism in the face of uncertainty" (OFU) principle. This work focuses on a different approach of posterior sampl…

Optimistic Posterior Sampling for Reinforcement Learning with Few Samples and Tight Guarantees

2022-09-28 · Daniil Tiapkin, Denis Belomestny, Daniele Calandriello, Eric Moulines 외

We consider reinforcement learning in an environment modeled by an episodic, finite, stage-dependent Markov decision process of horizon $H$ with $S$ states, and $A$ actions. The performance of an agent is measured by the…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Online Learning for Stochastic Shortest Path Model via Posterior Sampling

2021-06-09 · Mehdi Jafarnia-Jahromi, Liyu Chen, Rahul Jain, Haipeng Luo

We consider the problem of online reinforcement learning for the Stochastic Shortest Path (SSP) problem modeled as an unknown MDP with an absorbing state. We propose PSRL-SSP, a simple posterior sampling-based reinforcem…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Q-Star Meets Scalable Posterior Sampling: Bridging Theory and Practice via HyperAgent

2024-02-05 · Yingru Li, Jiawei Xu, Lei Han, Zhi-Quan Luo

We propose HyperAgent, a reinforcement learning (RL) algorithm based on the hypermodel framework for exploration in RL. HyperAgent allows for the efficient incremental approximation of posteriors associated with an optim…

Atari GamesAtari Games 100kEfficient ExplorationLEMMA+1

(More) Efficient Reinforcement Learning via Posterior Sampling

2013-06-04 · NeurIPS 2013 12 · Ian Osband, Daniel Russo, Benjamin Van Roy

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

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)