Imitation by Predicting Observations
Andrew Jaegle, Yury Sulsky, Arun Ahuja, Jake Bruce, Rob Fergus, Greg, Wayne

TL;DR
This paper introduces FORM, a novel imitation learning method that learns from observations alone, matching expert performance and demonstrating robustness to irrelevant observations in continuous control tasks.
Contribution
The paper proposes FORM, a new observation-only imitation learning approach derived from inverse RL, which does not require ground truth actions and is robust to extraneous observations.
Findings
FORM matches GAIL's performance on DeepMind Control Suite
FORM outperforms GAIL with task-irrelevant features
The method is effective for continuous control tasks
Abstract
Imitation learning enables agents to reuse and adapt the hard-won expertise of others, offering a solution to several key challenges in learning behavior. Although it is easy to observe behavior in the real-world, the underlying actions may not be accessible. We present a new method for imitation solely from observations that achieves comparable performance to experts on challenging continuous control tasks while also exhibiting robustness in the presence of observations unrelated to the task. Our method, which we call FORM (for "Future Observation Reward Model") is derived from an inverse RL objective and imitates using a model of expert behavior learned by generative modelling of the expert's observations, without needing ground truth actions. We show that FORM performs comparably to a strong baseline IRL method (GAIL) on the DeepMind Control Suite benchmark, while outperforming GAIL…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Topic Modeling · Multimodal Machine Learning Applications
MethodsGenerative Adversarial Imitation Learning
