LGMLMay 21, 2018

Imitating Latent Policies from Observation

arXiv:1805.07914v3168 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses imitation learning for robotics or AI agents when expert actions are unavailable, though it appears incremental as it builds on existing imitation learning frameworks.

The paper tackles imitation learning without expert actions by inferring latent policies from state observations and using a small amount of environment interactions for action alignment, showing improved performance over standard methods in control environments and a platform game.

In this paper, we describe a novel approach to imitation learning that infers latent policies directly from state observations. We introduce a method that characterizes the causal effects of latent actions on observations while simultaneously predicting their likelihood. We then outline an action alignment procedure that leverages a small amount of environment interactions to determine a mapping between the latent and real-world actions. We show that this corrected labeling can be used for imitating the observed behavior, even though no expert actions are given. We evaluate our approach within classic control environments and a platform game and demonstrate that it performs better than standard approaches. Code for this work is available at https://github.com/ashedwards/ILPO.

Code Implementations2 repos
Foundations

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

Your Notes