paper-with-me

홈 › Papers

How to Leverage Diverse Demonstrations in Offline Imitation Learning

2024-05-24 · Sheng Yue, Jiani Liu, Xingyuan Hua, Ju Ren, Sen Lin, Junshan Zhang, Yaoxue Zhang

Offline Imitation Learning (IL) with imperfect demonstrations has garnered increasing attention owing to the scarcity of expert data in many real-world domains. A fundamental problem in this scenario is how to extract positive behaviors from noisy data. In general, current approaches to the problem select data building on state-action similarity to given expert demonstrations, neglecting precious information in (potentially abundant) $\textit{diverse}$ state-actions that deviate from expert ones. In this paper, we introduce a simple yet effective data selection method that identifies positive behaviors based on their resultant states -- a more informative criterion enabling explicit utilization of dynamics information and effective extraction of both expert and beneficial diverse behaviors. Further, we devise a lightweight behavior cloning algorithm capable of leveraging the expert and selected data correctly. In the experiments, we evaluate our method on a suite of complex and high-dimensional offline IL benchmarks, including continuous-control and vision-based tasks. The results demonstrate that our method achieves state-of-the-art performance, outperforming existing methods on $\textbf{20/21}$ benchmarks, typically by $\textbf{2-5x}$, while maintaining a comparable runtime to Behavior Cloning ($\texttt{BC}$).

📄 PDF Abstract BibTeX arXiv:2405.17476

Code (1)

hansenhua/ilid-offline-imitation-learning 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlImitation Learning

Similar Papers 제목 키워드 기반

Robust Offline Imitation Learning from Diverse Auxiliary Data

2024-10-04 · Udita Ghosh, Dripta S. Raychaudhuri, Jiachen Li, Konstantinos Karydis 외

Offline imitation learning enables learning a policy solely from a set of expert demonstrations, without any environment interaction. To alleviate the issue of distribution shift arising due to the small amount of expert…

Imitation Learning

Offline Learning from Demonstrations and Unlabeled Experience

2020-11-27 · Konrad Zolna, Alexander Novikov, Ksenia Konyushkova, Caglar Gulcehre 외

Behavior cloning (BC) is often practical for robot learning because it allows a policy to be trained offline without rewards, by supervised learning on expert demonstrations. However, BC does not effectively leverage wha…

continuous-controlContinuous ControlImitation Learning

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

2025-10-22 · Kevin Huang, Rosario Scalise, Cleah Winston, Ayush Agrawal 외 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 adaptabi…

Reinforcement LearningOffline RL

SPRINQL: Sub-optimal Demonstrations driven Offline Imitation Learning

2024-02-20 · Huy Hoang, Tien Mai, Pradeep Varakantham

We focus on offline imitation learning (IL), which aims to mimic an expert's behavior using demonstrations without any interaction with the environment. One of the main challenges in offline IL is the limited support of …

Imitation LearningQ-Learning

Q-Transformer: Scalable Offline Reinforcement Learning via Autoregressive Q-Functions

2023-09-18 · Yevgen Chebotar, Quan Vuong, Alex Irpan, Karol Hausman 외

In this work, we present a scalable reinforcement learning method for training multi-task policies from large offline datasets that can leverage both human demonstrations and autonomously collected data. Our method uses …

Imitation LearningOffline RLQ-Learningreinforcement-learning+1