paper-with-me

홈 › Papers

Efficient Exploration via Epistemic-Risk-Seeking Policy Optimization

2023-02-18 · Brendan O'Donoghue

Exploration remains a key challenge in deep reinforcement learning (RL). Optimism in the face of uncertainty is a well-known heuristic with theoretical guarantees in the tabular setting, but how best to translate the principle to deep reinforcement learning, which involves online stochastic gradients and deep network function approximators, is not fully understood. In this paper we propose a new, differentiable optimistic objective that when optimized yields a policy that provably explores efficiently, with guarantees even under function approximation. Our new objective is a zero-sum two-player game derived from endowing the agent with an epistemic-risk-seeking utility function, which converts uncertainty into value and encourages the agent to explore uncertain states. We show that the solution to this game minimizes an upper bound on the regret, with the 'players' each attempting to minimize one component of a particular regret decomposition. We derive a new model-free algorithm which we call 'epistemic-risk-seeking actor-critic' (ERSAC), which is simply an application of simultaneous stochastic gradient ascent-descent to the game. Finally, we discuss a recipe for incorporating off-policy data and show that combining the risk-seeking objective with replay data yields a double benefit in terms of statistical efficiency. We conclude with some results showing good performance of a deep RL agent using the technique on the challenging 'DeepSea' environment, showing significant performance improvements even over other efficient exploration techniques, as well as improved performance on the Atari benchmark.

📄 PDF Abstract BibTeX arXiv:2302.09339

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningEfficient Explorationreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Model-Based Epistemic Variance of Values for Risk-Aware Policy Optimization

2023-12-07 · Carlos E. Luis, Alessandro G. Bottero, Julia Vinogradska, Felix Berkenkamp 외

We consider the problem of quantifying uncertainty over expected cumulative rewards in model-based reinforcement learning. In particular, we focus on characterizing the variance over values induced by a distribution over…

Model-based Reinforcement LearningOffline RL

A Message Passing Realization of Expected Free Energy Minimization

2025-08-04 · Wouter W. L. Nuijten, Mykola Lukashchuk, Thijs van de Laar, Bert de Vries arxiv

We present a message passing approach to Expected Free Energy (EFE) minimization on factor graphs, based on the theory introduced in arXiv:2504.14898. By reformulating EFE minimization as Variational Free Energy minimiza…

Variational Bayesian Reinforcement Learning with Regret Bounds

2018-07-25 · NeurIPS 2021 12 · Brendan O'Donoghue

In reinforcement learning the Q-values summarize the expected future rewards that the agent will attain. However, they cannot capture the epistemic uncertainty about those rewards. In this work we derive a new Bellman op…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

SHAPO: Sharpness-Aware Policy Optimization for Safe Exploration

2026-06-08 · Kaustubh Mani, Yann Pequignot, Vincent Mai, Liam Paull arxiv

Safe exploration is a prerequisite for deploying reinforcement learning (RL) agents in safety-critical domains. In this paper, we approach safe exploration through the lens of epistemic uncertainty, where the actor's sen…

Reinforcement Learning

Distributional Actor-Critic Ensemble for Uncertainty-Aware Continuous Control

2022-07-27 · Takuya Kanazawa, HaiYan Wang, Chetan Gupta

Uncertainty quantification is one of the central challenges for machine learning in real-world applications. In reinforcement learning, an agent confronts two kinds of uncertainty, called epistemic uncertainty and aleato…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+2