LGAIDec 4, 2023

Action Inference by Maximising Evidence: Zero-Shot Imitation from Observation with World Models

arXiv:2312.02019v18 citationsh-index: 44Has CodeNIPS
Originality Incremental advance
AI Analysis

This addresses the challenge of sample-efficient imitation learning for robotics and AI, though it is incremental by building on world models and inference methods.

The paper tackles the problem of enabling agents to imitate expert behaviors from observation alone without additional environment interactions, achieving state-of-the-art performance on DeepMind Control Suite tasks like Walker and Cheetah.

Unlike most reinforcement learning agents which require an unrealistic amount of environment interactions to learn a new behaviour, humans excel at learning quickly by merely observing and imitating others. This ability highly depends on the fact that humans have a model of their own embodiment that allows them to infer the most likely actions that led to the observed behaviour. In this paper, we propose Action Inference by Maximising Evidence (AIME) to replicate this behaviour using world models. AIME consists of two distinct phases. In the first phase, the agent learns a world model from its past experience to understand its own body by maximising the ELBO. While in the second phase, the agent is given some observation-only demonstrations of an expert performing a novel task and tries to imitate the expert's behaviour. AIME achieves this by defining a policy as an inference model and maximising the evidence of the demonstration under the policy and world model. Our method is "zero-shot" in the sense that it does not require further training for the world model or online interactions with the environment after given the demonstration. We empirically validate the zero-shot imitation performance of our method on the Walker and Cheetah embodiment of the DeepMind Control Suite and find it outperforms the state-of-the-art baselines. Code is available at: https://github.com/argmax-ai/aime.

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