paper-with-me

홈 › Papers

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 expert demonstrations, which typically cover only a small fraction of the state-action space. While it may not be feasible to obtain numerous expert demonstrations, it is often possible to gather a larger set of sub-optimal demonstrations. For example, in treatment optimization problems, there are varying levels of doctor treatments available for different chronic conditions. These range from treatment specialists and experienced general practitioners to less experienced general practitioners. Similarly, when robots are trained to imitate humans in routine tasks, they might learn from individuals with different levels of expertise and efficiency. In this paper, we propose an offline IL approach that leverages the larger set of sub-optimal demonstrations while effectively mimicking expert trajectories. Existing offline IL methods based on behavior cloning or distribution matching often face issues such as overfitting to the limited set of expert demonstrations or inadvertently imitating sub-optimal trajectories from the larger dataset. Our approach, which is based on inverse soft-Q learning, learns from both expert and sub-optimal demonstrations. It assigns higher importance (through learned weights) to aligning with expert demonstrations and lower importance to aligning with sub-optimal ones. A key contribution of our approach, called SPRINQL, is transforming the offline IL problem into a convex optimization over the space of Q functions. Through comprehensive experimental evaluations, we demonstrate that the SPRINQL algorithm achieves state-of-the-art (SOTA) performance on offline IL benchmarks. Code is available at https://github.com/hmhuy0/SPRINQL.

📄 PDF Abstract BibTeX arXiv:2402.13147

Code (1)

hmhuy0/SPRINQL 공식 구현 pytorch

Tasks

Imitation LearningQ-Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Discriminator-Guided Model-Based Offline Imitation Learning

2022-07-01 · Wenjia Zhang, Haoran Xu, Haoyi Niu, Peng Cheng 외

Offline imitation learning (IL) is a powerful method to solve decision-making problems from expert demonstrations without reward labels. Existing offline IL methods suffer from severe performance degeneration under limit…

Decision MakingImitation Learningmodel

DemoDICE: Offline Imitation Learning with Supplementary Imperfect Demonstrations

2021-09-29 · ICLR 2022 4 · Geon-Hyeong Kim, Seokin Seo, Jongmin Lee, Wonseok Jeon 외

We consider offline imitation learning (IL), which aims to mimic the expert's behavior from its demonstration without further interaction with the environment. One of the main challenges in offline IL is to deal with th…

Imitation Learning

SORREL: Suboptimal-Demonstration-Guided Reinforcement Learning for Learning to Branch

2024-12-20 · Shengyu Feng, Yiming Yang

Mixed Integer Linear Program (MILP) solvers are mostly built upon a Branch-and-Bound (B\&B) algorithm, where the efficiency of traditional solvers heavily depends on hand-crafted heuristics for branching. The past few ye…

Imitation Learningreinforcement-learningReinforcement Learning

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)

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