SOTAVerified

Disagreement-Regularized Imitation Learning

2020-05-01ICLR 2020Code Available1· sign in to hype

Kiante Brantley, Wen Sun, Mikael Henaff

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present a simple and effective algorithm designed to address the covariate shift problem in imitation learning. It operates by training an ensemble of policies on the expert demonstration data, and using the variance of their predictions as a cost which is minimized with RL together with a supervised behavioral cloning cost. Unlike adversarial imitation methods, it uses a fixed reward function which is easy to optimize. We prove a regret bound for the algorithm which is linear in the time horizon multiplied by a coefficient which we show to be low for certain problems in which behavioral cloning fails. We evaluate our algorithm empirically across multiple pixel-based Atari environments and continuous control tasks, and show that it matches or significantly outperforms behavioral cloning and generative adversarial imitation learning.

Tasks

Reproductions