paper-with-me

Papers

Adversarial Imitation Learning from Incomplete Demonstrations

2019-05-29 · Mingfei Sun, Xiaojuan Ma

Imitation learning targets deriving a mapping from states to actions, a.k.a. policy, from expert demonstrations. Existing methods for imitation learning typically require any actions in the demonstrations to be fully available, which is hard to ensure in real applications. Though algorithms for learning with unobservable actions have been proposed, they focus solely on state information and overlook the fact that the action sequence could still be partially available and provide useful information for policy deriving. In this paper, we propose a novel algorithm called Action-Guided Adversarial Imitation Learning (AGAIL) that learns a policy from demonstrations with incomplete action sequences, i.e., incomplete demonstrations. The core idea of AGAIL is to separate demonstrations into state and action trajectories, and train a policy with state trajectories while using actions as auxiliary information to guide the training whenever applicable. Built upon the Generative Adversarial Imitation Learning, AGAIL has three components: a generator, a discriminator, and a guide. The generator learns a policy with rewards provided by the discriminator, which tries to distinguish state distributions between demonstrations and samples generated by the policy. The guide provides additional rewards to the generator when demonstrated actions for specific states are available. We compare AGAIL to other methods on benchmark tasks and show that AGAIL consistently delivers comparable performance to the state-of-the-art methods even when the action sequence in demonstrations is only partially available.

📄 PDF Abstract BibTeX arXiv:1905.12310

Code (1)

mingfeisun/agail 공식 구현 tf

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Model Predictive Adversarial Imitation Learning for Planning from Observation

2025-07-29 · Tyler Han, Yanda Bao, Bhaumik Mehta, Gabriel Guo 외 arxiv

Human demonstration data is often ambiguous and incomplete, motivating imitation learning approaches that also exhibit reliable planning behavior. A common paradigm to perform planning-from-demonstration involves learnin…

Reinforcement Learning

Unlabeled Imperfect Demonstrations in Adversarial Imitation Learning

2023-02-13 · Yunke Wang, Bo Du, Chang Xu

Adversarial imitation learning has become a widely used imitation learning framework. The discriminator is often trained by taking expert demonstrations and policy trajectories as examples respectively from two categorie…

Imitation LearningMuJoCo

Improving Generative Adversarial Imitation Learning with Non-expert Demonstrations

2018-09-27 · Voot Tangkaratt, Masashi Sugiyama

Imitation learning aims to learn an optimal policy from expert demonstrations and its recent combination with deep learning has shown impressive performance. However, collecting a large number of expert demonstrations fo…

continuous-controlContinuous ControlDeep LearningImitation Learning

Generative adversarial imitation learning for robot swarms: Learning from human demonstrations and trained policies

2026-03-03 · Mattes Kraus, Jonas Kuckling arxiv

In imitation learning, robots are supposed to learn from demonstrations of the desired behavior. Most of the work in imitation learning for swarm robotics provides the demonstrations as rollouts of an existing policy. In…

DIVINE: A Generative Adversarial Imitation Learning Framework for Knowledge Graph Reasoning

2019-11-01 · IJCNLP 2019 11 · Ruiping Li, Xiang Cheng

Knowledge graphs (KGs) often suffer from sparseness and incompleteness. Knowledge graph reasoning provides a feasible way to address such problems. Recent studies on knowledge graph reasoning have shown that reinforcemen…

Imitation LearningKnowledge GraphsReinforcement LearningReinforcement Learning (RL)