paper-with-me

Papers

Wasserstein Distance guided Adversarial Imitation Learning with Reward Shape Exploration

2020-06-05 · Ming Zhang, Yawei Wang, Xiaoteng Ma, Li Xia, Jun Yang, Zhiheng Li, Xiu Li

The generative adversarial imitation learning (GAIL) has provided an adversarial learning framework for imitating expert policy from demonstrations in high-dimensional continuous tasks. However, almost all GAIL and its extensions only design a kind of reward function of logarithmic form in the adversarial training strategy with the Jensen-Shannon (JS) divergence for all complex environments. The fixed logarithmic type of reward function may be difficult to solve all complex tasks, and the vanishing gradients problem caused by the JS divergence will harm the adversarial learning process. In this paper, we propose a new algorithm named Wasserstein Distance guided Adversarial Imitation Learning (WDAIL) for promoting the performance of imitation learning (IL). There are three improvements in our method: (a) introducing the Wasserstein distance to obtain more appropriate measure in the adversarial training process, (b) using proximal policy optimization (PPO) in the reinforcement learning stage which is much simpler to implement and makes the algorithm more efficient, and (c) exploring different reward function shapes to suit different tasks for improving the performance. The experiment results show that the learning procedure remains remarkably stable, and achieves significant performance in the complex continuous control tasks of MuJoCo.

📄 PDF Abstract BibTeX arXiv:2006.03503

Code (1)

mingzhangPHD/Adversarial-Imitation-Learning 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlImitation LearningMuJoCo

Methods 이 논문이 사용한 방법론

GAIL Generative Adversarial Imitation Learning presents a new general framework for directly extracting a policy from data, as if it were obtained by reinforcement learning…

Similar Papers 제목 키워드 기반

Primal Wasserstein Imitation Learning

2020-06-08 · ICLR 2021 1 · Robert Dadashi, Léonard Hussenot, Matthieu Geist, Olivier Pietquin

Imitation Learning (IL) methods seek to match the behavior of an agent with that of an expert. In the present work, we propose a new IL method based on a conceptually simple algorithm: Primal Wasserstein Imitation Learni…

continuous-controlContinuous ControlImitation LearningMuJoCo

Adversarial Intrinsic Motivation for Reinforcement Learning

2021-05-27 · NeurIPS 2021 12 · Ishan Durugkar, Mauricio Tec, Scott Niekum, Peter Stone

Learning with an objective to minimize the mismatch with a reference distribution has been shown to be useful for generative modeling and imitation learning. In this paper, we investigate whether one such objective, the …

Multi-Goal Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Wasserstein Adversarial Examples on Univariant Time Series Data

2023-03-22 · Wenjie Wang, Li Xiong, Jian Lou

Adversarial examples are crafted by adding indistinguishable perturbations to normal examples in order to fool a well-trained deep learning model to misclassify. In the context of computer vision, this notion of indistin…

Adversarial AttackTime Series

Wasserstein Distance Guided Representation Learning for Domain Adaptation

2017-07-05 · Jian Shen, Yanru Qu, Wei-Nan Zhang, Yong Yu

Domain adaptation aims at generalizing a high-performance learner on a target domain via utilizing the knowledge distilled from a source domain which has a different but related data distribution. One solution to domain …

Domain AdaptationGeneral Classificationimage-classificationImage Classification+1

Wasserstein Adversarial Imitation Learning

2019-06-19 · Huang Xiao, Michael Herman, Joerg Wagner, Sebastian Ziesche 외

Imitation Learning describes the problem of recovering an expert policy from demonstrations. While inverse reinforcement learning approaches are known to be very sample-efficient in terms of expert demonstrations, they u…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)