paper-with-me

홈 › Papers

Hybrid Reinforcement Learning from Offline Observation Alone

2024-06-11 · Yuda Song, J. Andrew Bagnell, Aarti Singh

We consider the hybrid reinforcement learning setting where the agent has access to both offline data and online interactive access. While Reinforcement Learning (RL) research typically assumes offline data contains complete action, reward and transition information, datasets with only state information (also known as observation-only datasets) are more general, abundant and practical. This motivates our study of the hybrid RL with observation-only offline dataset framework. While the task of competing with the best policy "covered" by the offline data can be solved if a reset model of the environment is provided (i.e., one that can be reset to any state), we show evidence of hardness when only given the weaker trace model (i.e., one can only reset to the initial states and must produce full traces through the environment), without further assumption of admissibility of the offline data. Under the admissibility assumptions -- that the offline data could actually be produced by the policy class we consider -- we propose the first algorithm in the trace model setting that provably matches the performance of algorithms that leverage a reset model. We also perform proof-of-concept experiments that suggest the effectiveness of our algorithm in practice.

📄 PDF Abstract BibTeX arXiv:2406.07253

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Augmenting Online RL with Offline Data is All You Need: A Unified Hybrid RL Algorithm Design and Analysis

2025-05-19 · Ruiquan Huang, Donghao Li, Chengshuai Shi, Cong Shen 외

This paper investigates a hybrid learning framework for reinforcement learning (RL) in which the agent can leverage both an offline dataset and online interactions to learn the optimal policy. We present a unified algori…

AllMulti-Armed BanditsReinforcement Learning (RL)

MOORL: A Framework for Integrating Offline-Online Reinforcement Learning

2025-06-11 · Gaurav Chaudhary, Wassim Uddin Mondal, Laxmidhar Behera

Sample efficiency and exploration remain critical challenges in Deep Reinforcement Learning (DRL), particularly in complex domains. Offline RL, which enables agents to learn optimal policies from static, pre-collected da…

D4RLDeep Reinforcement LearningEfficient ExplorationOffline RL+2

Challenges and Opportunities in Offline Reinforcement Learning from Visual Observations

2022-06-09 · Cong Lu, Philip J. Ball, Tim G. J. Rudner, Jack Parker-Holder 외

Offline reinforcement learning has shown great promise in leveraging large pre-collected datasets for policy learning, allowing agents to forgo often-expensive online data collection. However, offline reinforcement learn…

Benchmarkingcontinuous-controlContinuous ControlOffline RL+3

Hybrid Value Estimation for Off-policy Evaluation and Offline Reinforcement Learning

2022-06-04 · Xue-Kun Jin, Xu-Hui Liu, Shengyi Jiang, Yang Yu

Value function estimation is an indispensable subroutine in reinforcement learning, which becomes more challenging in the offline setting. In this paper, we propose Hybrid Value Estimation (HVE) to reduce value estimatio…

MuJoCoOff-policy evaluationreinforcement-learningReinforcement Learning+1

Reward-agnostic Fine-tuning: Provable Statistical Benefits of Hybrid Reinforcement Learning

2023-05-17 · NeurIPS 2023 11

This paper studies tabular reinforcement learning (RL) in the hybrid setting, which assumes access to both an offline dataset and online interactions with the unknown environment. A central question boils down to how to …

Offline RLreinforcement-learningReinforcement Learning (RL)