paper-with-me

Papers

A Simple Solution for Offline Imitation from Observations and Examples with Possibly Incomplete Trajectories

2023-09-21 · NeurIPS 2023 11

Offline imitation from observations aims to solve MDPs where only task-specific expert states and task-agnostic non-expert state-action pairs are available. Offline imitation is useful in real-world scenarios where arbitrary interactions are costly and expert actions are unavailable. The state-of-the-art ‘DIstribution Correction Estimation’ (DICE) methods minimize divergence of state occupancy between expert and learner policies and retrieve a policy with weighted behavior cloning; however, their results are unstable when learning from incomplete trajectories, due to a non-robust optimization in the dual domain. To address the issue, in this paper, we propose Trajectory-Aware Imitation Learning from Observations (TAILO). TAILO uses a discounted sum along the future trajectory as the weight for weighted behavior cloning. The terms for the sum are scaled by the output of a discriminator, which aims to identify expert states. Despite simplicity, TAILO works well if there exist trajectories or segments of expert behavior in the task-agnostic data, a common assumption in prior work. In experiments across multiple testbeds, we find TAILO to be more robust and effective, particularly with incomplete trajectories.

📄 PDF Abstract BibTeX

Code (1)

kaiyan289/tailo 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Versatile Offline Imitation from Observations and Examples via Regularized State-Occupancy Matching

2022-02-04 · Yecheng Jason Ma, Andrew Shen, Dinesh Jayaraman, Osbert Bastani

We propose State Matching Offline DIstribution Correction Estimation (SMODICE), a novel and versatile regression-based offline imitation learning (IL) algorithm derived via state-occupancy matching. We show that the SMOD…

Imitation LearningReinforcement Learning (RL)

SEABO: A Simple Search-Based Method for Offline Imitation Learning

2024-02-06 · Jiafei Lyu, Xiaoteng Ma, Le Wan, Runze Liu 외

Offline reinforcement learning (RL) has attracted much attention due to its ability in learning from static offline datasets and eliminating the need of interacting with the environment. Nevertheless, the success of offl…

D4RLImitation LearningOffline RLReinforcement Learning (RL)

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

MAHALO: Unifying Offline Reinforcement Learning and Imitation Learning from Observations

2023-03-30 · Anqi Li, Byron Boots, Ching-An Cheng

We study a new paradigm for sequential decision making, called offline policy learning from observations (PLfO). Offline PLfO aims to learn policies using datasets with substandard qualities: 1) only a subset of trajecto…

Decision MakingImitation LearningOffline RLreinforcement-learning+3

Imitation from Observations with Trajectory-Level Generative Embeddings

2026-01-01 · Yongtao Qu, Shangzhe Li, Weitong Zhang arxiv

We consider the offline imitation learning from observations (LfO) where the expert demonstrations are scarce and the available offline suboptimal data are far from the expert behavior. Many existing distribution-matchin…