LGAIROMLMay 3, 2020

Off-Policy Adversarial Inverse Reinforcement Learning

arXiv:2005.01138v113 citations
AI Analysis

This is an incremental improvement for reinforcement learning practitioners, addressing specific limitations in imitation learning and transfer learning settings.

The paper tackles the problem of poor imitation performance in Adversarial Inverse Reinforcement Learning (AIRL) by proposing an off-policy algorithm that improves sample efficiency and imitation performance in continuous control tasks, achieving results comparable to state-of-the-art methods.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes