paper-with-me

Papers

On Efficient Bayesian Exploration in Model-Based Reinforcement Learning

2025-07-03 · Alberto Caron, Chris Hicks, Vasilios Mavroudis arxiv

In this work, we address the challenge of data-efficient exploration in reinforcement learning by examining existing principled, information-theoretic approaches to intrinsic motivation. Specifically, we focus on a class of exploration bonuses that targets epistemic uncertainty rather than the aleatoric noise inherent in the environment. We prove that these bonuses naturally signal epistemic information gains and converge to zero once the agent becomes sufficiently certain about the environment's dynamics and rewards, thereby aligning exploration with genuine knowledge gaps. Our analysis provides formal guarantees for IG-based approaches, which previously lacked theoretical grounding. To enable practical use, we also discuss tractable approximations via sparse variational Gaussian Processes, Deep Kernels and Deep Ensemble models. We then outline a general framework - Predictive Trajectory Sampling with Bayesian Exploration (PTS-BE) - which integrates model-based planning with information-theoretic bonuses to achieve sample-efficient deep exploration. We empirically demonstrate that PTS-BE substantially outperforms other baselines across a variety of environments characterized by sparse rewards and/or purely exploratory tasks.

📄 PDF Abstract BibTeX arXiv:2507.02639

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningGaussian Processes

Similar Papers 제목 키워드 기반

Bayesian Exploration for Lifelong Reinforcement Learning

2021-09-29 · Haotian Fu, Shangqun Yu, Michael Littman, George Konidaris

A central question in reinforcement learning (RL) is how to leverage prior knowledge to accelerate learning in new tasks. We propose a Bayesian exploration method for lifelong reinforcement learning (BLRL) that aims to …

Lifelong learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Cost-Sensitive Exploration in Bayesian Reinforcement Learning

2012-12-01 · NeurIPS 2012 12 · Dongho Kim, Kee-Eung Kim, Pascal Poupart

In this paper, we consider Bayesian reinforcement learning (BRL) where actions incur costs in addition to rewards, and thus exploration has to be constrained in terms of the expected total cost while learning to maximize…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Exploration by Distributional Reinforcement Learning

2018-05-04 · Yunhao Tang, Shipra Agrawal

We propose a framework based on distributional reinforcement learning and recent attempts to combine Bayesian parameter updates with deep reinforcement learning. We show that our proposed framework conceptually unifies m…

Deep Reinforcement LearningDistributional Reinforcement LearningEfficient Explorationreinforcement-learning+2

Decision-Making in Reinforcement Learning

2019-06-01 · Arsh Javed Rehman, Pradeep Tomar

In this research work, probabilistic decision-making approaches are studied, e.g. Bayesian and Boltzmann strategies, along with various deterministic exploration strategies, e.g. greedy, epsilon-Greedy and random approac…

Decision MakingDeep Reinforcement LearningOpenAI Gymreinforcement-learning+2

ε-BMC: A Bayesian Ensemble Approach to Epsilon-Greedy Exploration in Model-Free Reinforcement Learning

2020-07-02 · Michael Gimelfarb, Scott Sanner, Chi-Guhn Lee

Resolving the exploration-exploitation trade-off remains a fundamental problem in the design and implementation of reinforcement learning (RL) algorithms. In this paper, we focus on model-free RL using the epsilon-greedy…

Reinforcement Learning (RL)