paper-with-me

홈 › Papers

Latent Policies for Adversarial Imitation Learning

2022-06-22 · Tianyu Wang, Nikhil Karnwal, Nikolay Atanasov

This paper considers learning robot locomotion and manipulation tasks from expert demonstrations. Generative adversarial imitation learning (GAIL) trains a discriminator that distinguishes expert from agent transitions, and in turn use a reward defined by the discriminator output to optimize a policy generator for the agent. This generative adversarial training approach is very powerful but depends on a delicate balance between the discriminator and the generator training. In high-dimensional problems, the discriminator training may easily overfit or exploit associations with task-irrelevant features for transition classification. A key insight of this work is that performing imitation learning in a suitable latent task space makes the training process stable, even in challenging high-dimensional problems. We use an action encoder-decoder model to obtain a low-dimensional latent action space and train a LAtent Policy using Adversarial imitation Learning (LAPAL). The encoder-decoder model can be trained offline from state-action pairs to obtain a task-agnostic latent action representation or online, simultaneously with the discriminator and generator training, to obtain a task-aware latent action representation. We demonstrate that LAPAL training is stable, with near-monotonic performance improvement, and achieves expert performance in most locomotion and manipulation tasks, while a GAIL baseline converges slower and does not achieve expert performance in high-dimensional environments.

📄 PDF Abstract BibTeX arXiv:2206.11299

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImitation Learning

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 제목 키워드 기반

Directed-Info GAIL: Learning Hierarchical Policies from Unsegmented Demonstrations using Directed Information

2018-09-29 · ICLR 2019 5 · Arjun Sharma, Mohit Sharma, Nicholas Rhinehart, Kris M. Kitani

The use of imitation learning to learn a single policy for a complex task that has multiple modes or hierarchical structure can be challenging. In fact, previous work has shown that when the modes are known, learning sep…

Imitation Learning

Imitation Learning of Correlated Policies in Stackelberg Games

2025-03-11 · Kunag-Da Wang, Ping-Chun Hsieh, Wen-Chih Peng

Stackelberg games, widely applied in domains like economics and security, involve asymmetric interactions where a leader's strategy drives follower responses. Accurately modeling these dynamics allows domain experts to o…

Imitation Learning

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

Hindsight Generative Adversarial Imitation Learning

2019-03-19 · Naijun Liu, Tao Lu, Yinghao Cai, Boyao Li 외

Compared to reinforcement learning, imitation learning (IL) is a powerful paradigm for training agents to learn control policies efficiently from expert demonstrations. However, in most cases, obtaining demonstration dat…

Imitation LearningReinforcement LearningReinforcement Learning (RL)

On the Benefits of Inducing Local Lipschitzness for Robust Generative Adversarial Imitation Learning

2021-06-30 · Farzan Memarian, Abolfazl Hashemi, Scott Niekum, Ufuk Topcu

We explore methodologies to improve the robustness of generative adversarial imitation learning (GAIL) algorithms to observation noise. Towards this objective, we study the effect of local Lipschitzness of the discrimina…

Imitation LearningMuJoCo