paper-with-me

Papers

Incorporating Explicit Uncertainty Estimates into Deep Offline Reinforcement Learning

2022-06-02 · David Brandfonbrener, Remi Tachet des Combes, Romain Laroche

Most theoretically motivated work in the offline reinforcement learning setting requires precise uncertainty estimates. This requirement restricts the algorithms derived in that work to the tabular and linear settings where such estimates exist. In this work, we develop a novel method for incorporating scalable uncertainty estimates into an offline reinforcement learning algorithm called deep-SPIBB that extends the SPIBB family of algorithms to environments with larger state and action spaces. We use recent innovations in uncertainty estimation from the deep learning community to get more scalable uncertainty estimates to plug into deep-SPIBB. While these uncertainty estimates do not allow for the same theoretical guarantees as in the tabular case, we argue that the SPIBB mechanism for incorporating uncertainty is more robust and flexible than pessimistic approaches that incorporate the uncertainty as a value function penalty. We bear this out empirically, showing that deep-SPIBB outperforms pessimism based approaches with access to the same uncertainty estimates and performs at least on par with a variety of other strong baselines across several environments and datasets.

📄 PDF Abstract BibTeX arXiv:2206.01085

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Offline Robotic World Model: Learning Robotic Policies without a Physics Simulator

2025-04-23 · Chenhao Li, Andreas Krause, Marco Hutter

Reinforcement Learning (RL) has demonstrated impressive capabilities in robotic control but remains challenging due to high sample complexity, safety concerns, and the sim-to-real gap. While offline RL eliminates the nee…

Offline RLReinforcement Learning (RL)

Balancing policy constraint and ensemble size in uncertainty-based offline reinforcement learning

2023-03-26 · Alex Beeson, Giovanni Montana

Offline reinforcement learning agents seek optimal policies from fixed data sets. With environmental interaction prohibited, agents face significant challenges in preventing errors in value estimates from compounding and…

Behavioural cloningBenchmarkingreinforcement-learning

Uncertainty-Aware Offline Data-Driven Multi-Objective Optimization

2025-11-09 · Huanbo Lyu, Miqing Li, Shiqiao Zhou, Daniel Herring 외 arxiv

In offline data-driven multi-objective optimization (MOO), optimization is performed using surrogate models trained only on an offline dataset. These surrogate models contain inherent errors and uncertainty. This epistem…

COMBO: Conservative Offline Model-Based Policy Optimization

2021-02-16 · NeurIPS 2021 12 · Tianhe Yu, Aviral Kumar, Rafael Rafailov, Aravind Rajeswaran 외

Model-based algorithms, which learn a dynamics model from logged experience and perform some sort of pessimistic planning under the learned model, have emerged as a promising paradigm for offline reinforcement learning (…

modelOffline RLUncertainty Quantification

Offline Model-Based Reinforcement Learning with Anti-Exploration

2024-08-20 · Padmanaba Srinivasan, William Knottenbelt

Model-based reinforcement learning (MBRL) algorithms learn a dynamics model from collected data and apply it to generate synthetic trajectories to enable faster learning. This is an especially promising paradigm in offli…

D4RLmodelModel-based Reinforcement LearningOffline RL+3