paper-with-me

홈 › Papers

Using Non-Expert Data to Robustify Imitation Learning via Offline Reinforcement Learning

2025-10-22 · Kevin Huang, Rosario Scalise, Cleah Winston, Ayush Agrawal, Yunchu Zhang, Rohan Baijal, Markus Grotz, Byron Boots, Benjamin Burchfiel, Masha Itkina, Paarth Shah, Abhishek Gupta arxiv

Imitation learning has proven effective for training robots to perform complex tasks from expert human demonstrations. However, it remains limited by its reliance on high-quality, task-specific data, restricting adaptability to the diverse range of real-world object configurations and scenarios. In contrast, non-expert data -- such as play data, suboptimal demonstrations, partial task completions, or rollouts from suboptimal policies -- can offer broader coverage and lower collection costs. However, conventional imitation learning approaches fail to utilize this data effectively. To address these challenges, we posit that with right design decisions, offline reinforcement learning can be used as a tool to harness non-expert data to enhance the performance of imitation learning policies. We show that while standard offline RL approaches can be ineffective at actually leveraging non-expert data under the sparse data coverage settings typically encountered in the real world, simple algorithmic modifications can allow for the utilization of this data, without significant additional assumptions. Our approach shows that broadening the support of the policy distribution can allow imitation algorithms augmented by offline RL to solve tasks robustly, showing considerably enhanced recovery and generalization behavior. In manipulation tasks, these innovations significantly increase the range of initial conditions where learned policies are successful when non-expert data is incorporated. Moreover, we show that these methods are able to leverage all collected data, including partial or suboptimal demonstrations, to bolster task-directed policy performance. This underscores the importance of algorithmic techniques for using non-expert data for robust policy learning in robotics. Website: https://uwrobotlearning.github.io/RISE-offline/

📄 PDF Abstract BibTeX arXiv:2510.19495

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

DITTO: Offline Imitation Learning with World Models

2023-02-06 · Branton DeMoss, Paul Duckworth, Nick Hawes, Ingmar Posner

We propose DITTO, an offline imitation learning algorithm which uses world models and on-policy reinforcement learning to addresses the problem of covariate shift, without access to an oracle or any additional online int…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Bridging Imitation and Online Reinforcement Learning: An Optimistic Tale

2023-03-20 · Botao Hao, Rahul Jain, Dengwang Tang, Zheng Wen

In this paper, we address the following problem: Given an offline demonstration dataset from an imperfect expert, what is the best way to leverage it to bootstrap online learning performance in MDPs. We first propose an …

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

CLUE: Calibrated Latent Guidance for Offline Reinforcement Learning

2023-06-23 · Jinxin Liu, Lipeng Zu, Li He, Donglin Wang

Offline reinforcement learning (RL) aims to learn an optimal policy from pre-collected and labeled datasets, which eliminates the time-consuming data collection in online RL. However, offline RL still bears a large burde…

Imitation LearningOffline RLreinforcement-learningReinforcement Learning+1

Offline Reinforcement Learning for Learning to Dispatch for Job Shop Scheduling

2024-09-16 · Jesse van Remmerden, Zaharah Bukhsh, Yingqian Zhang

The Job Shop Scheduling Problem (JSSP) is a complex combinatorial optimization problem. While online Reinforcement Learning (RL) has shown promise by quickly finding acceptable solutions for JSSP, it faces key limitation…

Combinatorial OptimizationcounterfactualJob Shop SchedulingQ-Learning+4

Discriminator-Weighted Offline Imitation Learning from Suboptimal Demonstrations

2022-07-20 · Haoran Xu, Xianyuan Zhan, Honglei Yin, Huiling Qin

We study the problem of offline Imitation Learning (IL) where an agent aims to learn an optimal expert behavior policy without additional online environment interactions. Instead, the agent is provided with a supplementa…

Imitation LearningOffline RLReinforcement Learning (RL)