paper-with-me

Papers

Model-based Adversarial Imitation Learning

2016-12-07 · Nir Baram, Oron Anschel, Shie Mannor

Generative adversarial learning is a popular new approach to training generative models which has been proven successful for other related problems as well. The general idea is to maintain an oracle $D$ that discriminates between the expert's data distribution and that of the generative model $G$. The generative model is trained to capture the expert's distribution by maximizing the probability of $D$ misclassifying the data it generates. Overall, the system is \emph{differentiable} end-to-end and is trained using basic backpropagation. This type of learning was successfully applied to the problem of policy imitation in a model-free setup. However, a model-free approach does not allow the system to be differentiable, which requires the use of high-variance gradient estimations. In this paper we introduce the Model based Adversarial Imitation Learning (MAIL) algorithm. A model-based approach for the problem of adversarial imitation learning. We show how to use a forward model to make the system fully differentiable, which enables us to train policies using the (stochastic) gradient of $D$. Moreover, our approach requires relatively few environment interactions, and fewer hyper-parameters to tune. We test our method on the MuJoCo physics simulator and report initial results that surpass the current state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1612.02179

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningmodelMuJoCo

Similar Papers 제목 키워드 기반

Non-Adversarial Imitation Learning and its Connections to Adversarial Methods

2020-08-08 · Oleg Arenz, Gerhard Neumann

Many modern methods for imitation learning and inverse reinforcement learning, such as GAIL or AIRL, are based on an adversarial formulation. These methods apply GANs to match the expert's distribution over states and ac…

Imitation Learning

Adversarial Imitation Attack

2020-03-28 · Mingyi Zhou, Jing Wu, Yipeng Liu, Xiaolin Huang 외

Deep learning models are known to be vulnerable to adversarial examples. A practical adversarial attack should require as little as possible knowledge of attacked models. Current substitute attacks need pre-trained model…

Adversarial Attack

Deterministic and Discriminative Imitation (D2-Imitation): Revisiting Adversarial Imitation for Sample Efficiency

2021-12-11 · Mingfei Sun, Sam Devlin, Katja Hofmann, Shimon Whiteson

Sample efficiency is crucial for imitation learning methods to be applicable in real-world applications. Many studies improve sample efficiency by extending adversarial imitation to be off-policy regardless of the fact t…

Imitation Learning

RAIL: A modular framework for Reinforcement-learning-based Adversarial Imitation Learning

2021-05-08 · Eddy Hudson, Garrett Warnell, Peter Stone

While Adversarial Imitation Learning (AIL) algorithms have recently led to state-of-the-art results on various imitation learning benchmarks, it is unclear as to what impact various design decisions have on performance. …

Imitation LearningOpenAI Gymreinforcement-learningReinforcement Learning (RL)

Error Bounds of Imitating Policies and Environments

2020-10-22 · NeurIPS 2020 12 · Tian Xu, Ziniu Li, Yang Yu

Imitation learning trains a policy by mimicking expert demonstrations. Various imitation methods were proposed and empirically evaluated, meanwhile, their theoretical understanding needs further studies. In this paper, w…

Imitation LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1