paper-with-me

Papers

Off-Policy Adversarial Inverse Reinforcement Learning

2020-05-03 · ICML Workshop LifelongML 2020 7 · Samin Yeasar Arnob

Adversarial Imitation Learning (AIL) is a class of algorithms in Reinforcement learning (RL), which tries to imitate an expert without taking any reward from the environment and does not provide expert behavior directly to the policy training. Rather, an agent learns a policy distribution that minimizes the difference from expert behavior in an adversarial setting. Adversarial Inverse Reinforcement Learning (AIRL) leverages the idea of AIL, integrates a reward function approximation along with learning the policy, and shows the utility of IRL in the transfer learning setting. But the reward function approximator that enables transfer learning does not perform well in imitation tasks. We propose an Off-Policy Adversarial Inverse Reinforcement Learning (Off-policy-AIRL) algorithm which is sample efficient as well as gives good imitation performance compared to the state-of-the-art AIL algorithm in the continuous control tasks. For the same reward function approximator, we show the utility of learning our algorithm over AIL by using the learned reward function to retrain the policy over a task under significant variation where expert demonstrations are absent.

📄 PDF Abstract BibTeX arXiv:2005.01138

Code (1)

SaminYeasar/Off_Policy_Adversarial_Inverse_Reinforcement_Learning 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlImitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer 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 제목 키워드 기반

Generative Adversarial Imitation Learning

2016-06-10 · NeurIPS 2016 12 · Jonathan Ho, Stefano Ermon

Consider learning a policy from example expert behavior, without interaction with the expert or access to reinforcement signal. One approach is to recover the expert's cost function with inverse reinforcement learning, t…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

OptionGAN: Learning Joint Reward-Policy Options using Generative Adversarial Inverse Reinforcement Learning

2017-09-20 · Peter Henderson, Wei-Di Chang, Pierre-Luc Bacon, David Meger 외

Reinforcement learning has shown promise in learning policies that can solve complex problems. However, manually specifying a good reward function can be difficult, especially for intricate tasks. Inverse reinforcement l…

continuous-controlContinuous ControlImitation Learningreinforcement-learning+3

Adversarial Imitation via Variational Inverse Reinforcement Learning

2018-09-17 · ICLR 2019 5 · Ahmed H. Qureshi, Byron Boots, Michael C. Yip

We consider a problem of learning the reward and policy from expert examples under unknown dynamics. Our proposed method builds on the framework of generative adversarial networks and introduces the empowerment-regulariz…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

oIRL: Robust Adversarial Inverse Reinforcement Learning with Temporally Extended Actions

2020-02-20 · David Venuto, Jhelum Chakravorty, Leonard Boussioux, Junhao Wang 외

Explicit engineering of reward functions for given environments has been a major hindrance to reinforcement learning methods. While Inverse Reinforcement Learning (IRL) is a solution to recover reward functions from demo…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+2

Learning Robust Rewards with Adversarial Inverse Reinforcement Learning

2017-10-30 · Justin Fu, Katie Luo, Sergey Levine

Reinforcement learning provides a powerful and general framework for decision making and control, but its application in practice is often hindered by the need for extensive feature and reward engineering. Deep reinforce…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1