paper-with-me

Papers

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 offline reinforcement learning (RL) where data may be limited in quantity, in addition to being deficient in coverage and quality. Practical approaches to offline MBRL usually rely on ensembles of dynamics models to prevent exploitation of any individual model and to extract uncertainty estimates that penalize values in states far from the dataset support. Uncertainty estimates from ensembles can vary greatly in scale, making it challenging to generalize hyperparameters well across even similar tasks. In this paper, we present Morse Model-based offline RL (MoMo), which extends the anti-exploration paradigm found in offline model-free RL to the model-based space. We develop model-free and model-based variants of MoMo and show how the model-free version can be extended to detect and deal with out-of-distribution (OOD) states using explicit uncertainty estimation without the need for large ensembles. MoMo performs offline MBRL using an anti-exploration bonus to counteract value overestimation in combination with a policy constraint, as well as a truncation function to terminate synthetic rollouts that are excessively OOD. Experimentally, we find that both model-free and model-based MoMo perform well, and the latter outperforms prior model-based and model-free baselines on the majority of D4RL datasets tested.

📄 PDF Abstract BibTeX arXiv:2408.10713

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLmodelModel-based Reinforcement LearningOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Offline Reinforcement Learning as Anti-Exploration

2021-06-11 · Shideh Rezaeifar, Robert Dadashi, Nino Vieillard, Léonard Hussenot 외

Offline Reinforcement Learning (RL) aims at learning an optimal control from a fixed dataset, without interactions with the system. An agent in this setting should avoid selecting actions whose consequences cannot be pre…

continuous-controlContinuous ControlOffline RLreinforcement-learning+2

Efficient Anti-exploration via VQVAE and Fuzzy Clustering in Offline Reinforcement Learning

2026-02-08 · Long Chen, Yinkui Liu, Shen Li, Bo Tang 외 arxiv

Pseudo-count is an effective anti-exploration method in offline reinforcement learning (RL) by counting state-action pairs and imposing a large penalty on rare or unseen state-action pair data. Existing anti-exploration …

Reinforcement LearningOffline RL

OGER: A Robust Offline-Guided Exploration Reward for Hybrid Reinforcement Learning

2026-04-20 · Xinyu Ma, Mingzhou Xu, Xuebo Liu, Chang Jin 외 arxiv

Recent advancements in Reinforcement Learning with Verifiable Rewards (RLVR) have significantly improved Large Language Model (LLM) reasoning, yet models often struggle to explore novel trajectories beyond their initial …

Reinforcement LearningMathematical Reasoning

Offline-to-Online Multi-Agent Reinforcement Learning with Offline Value Function Memory and Sequential Exploration

2024-10-25 · Hai Zhong, Xun Wang, Zhuoran Li, Longbo Huang

Offline-to-Online Reinforcement Learning has emerged as a powerful paradigm, leveraging offline data for initialization and online fine-tuning to enhance both sample efficiency and performance. However, most existing res…

Efficient ExplorationMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+3

OffSim: Offline Simulator for Model-based Offline Inverse Reinforcement Learning

2025-10-17 · Woo-Jin Ahn, Sang-Ryul Baek, Yong-Jun Lee, Hyun-Duck Choi 외 arxiv

Reinforcement learning algorithms typically utilize an interactive simulator (i.e., environment) with a predefined reward function for policy training. Developing such simulators and manually defining reward functions, h…

Reinforcement Learning