paper-with-me

Papers

Sample-Efficient Imitation Learning via Generative Adversarial Nets

2018-09-06 · Lionel Blondé, Alexandros Kalousis

GAIL is a recent successful imitation learning architecture that exploits the adversarial training procedure introduced in GANs. Albeit successful at generating behaviours similar to those demonstrated to the agent, GAIL suffers from a high sample complexity in the number of interactions it has to carry out in the environment in order to achieve satisfactory performance. We dramatically shrink the amount of interactions with the environment necessary to learn well-behaved imitation policies, by up to several orders of magnitude. Our framework, operating in the model-free regime, exhibits a significant increase in sample-efficiency over previous methods by simultaneously a) learning a self-tuned adversarially-trained surrogate reward and b) leveraging an off-policy actor-critic architecture. We show that our approach is simple to implement and that the learned agents remain remarkably stable, as shown in our experiments that span a variety of continuous control tasks. Video visualisations available at: \url{https://youtu.be/-nCsqUJnRKU}.

📄 PDF Abstract BibTeX arXiv:1809.02064

Code (3)

lionelblonde/sam-tf 공식 구현 tf
Kaixhin/imitation-learning pytorch
lionelblonde/sam-pytorch pytorch

Tasks

continuous-controlContinuous ControlImitation Learning

Similar Papers 제목 키워드 기반

ClueGAIN: Application of Transfer Learning On Generative Adversarial Imputation Nets (GAIN)

2023-02-06 · Simiao Zhao

Many studies have attempted to solve the problem of missing data using various approaches. Among them, Generative Adversarial Imputation Nets (GAIN) was first used to impute data with Generative Adversarial Nets (GAN) an…

ImputationTransfer Learning

Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks

2015-12-01 · NeurIPS 2015 12 · Emily L. Denton, Soumith Chintala, Arthur Szlam, Rob Fergus

In this paper we introduce a generative model capable of producing high quality samples of natural images. Our approach uses a cascade of convolutional networks (convnets) within a Laplacian pyramid framework to generate…

Triple-GAIL: A Multi-Modal Imitation Learning Framework with Generative Adversarial Nets

2020-05-19 · Cong Fei, Bin Wang, Yuzheng Zhuang, Zongzhang Zhang 외

Generative adversarial imitation learning (GAIL) has shown promising results by taking advantage of generative adversarial nets, especially in the field of robot learning. However, the requirement of isolated single moda…

Autonomous VehiclesData AugmentationImitation Learning

Generative Adversarial Nets

2014-12-01 · NeurIPS 2014 12 · Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu 외

We propose a new framework for estimating generative models via adversarial nets, in which we simultaneously train two models: a generative model G that captures the data distribution, and a discriminative model D that e…

Semi-supervised Learning on Graphs with Generative Adversarial Nets

2018-09-01 · Ming Ding, Jie Tang, Jie Zhang

We investigate how generative adversarial nets (GANs) can help semi-supervised learning on graphs. We first provide insights on working principles of adversarial learning over graphs and then present GraphSGAN, a novel a…