ROLGAug 2, 2020

Interactive Imitation Learning in State-Space

arXiv:2008.00524v216 citations
AI Analysis

This work addresses the limitation of imitation learning due to poor demonstration quality by making feedback more intuitive for humans, though it is incremental as it builds on existing interactive methods.

The paper tackled the problem of improving imitation learning by using human feedback in state-space rather than action-space, resulting in agents trained by non-expert demonstrators outperforming both the demonstrators and conventional imitation learning agents.

Imitation Learning techniques enable programming the behavior of agents through demonstrations rather than manual engineering. However, they are limited by the quality of available demonstration data. Interactive Imitation Learning techniques can improve the efficacy of learning since they involve teachers providing feedback while the agent executes its task. In this work, we propose a novel Interactive Learning technique that uses human feedback in state-space to train and improve agent behavior (as opposed to alternative methods that use feedback in action-space). Our method titled Teaching Imitative Policies in State-space~(TIPS) enables providing guidance to the agent in terms of `changing its state' which is often more intuitive for a human demonstrator. Through continuous improvement via corrective feedback, agents trained by non-expert demonstrators using TIPS outperformed the demonstrator and conventional Imitation Learning agents.

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