ROAICVHCLGDec 4, 2019

Learning from Interventions using Hierarchical Policies for Safe Learning

arXiv:1912.02241v11 citations
Originality Incremental advance
AI Analysis

This work improves safe learning for autonomous systems by making LfI more robust and efficient, though it is incremental over prior LfI methods.

The paper tackled the problem of Learning from Interventions (LfI) by addressing limitations such as expert reaction time delays and short-term behavior learning, resulting in faster training and better asymptotic performance compared to typical Learning from Demonstrations.

Learning from Demonstrations (LfD) via Behavior Cloning (BC) works well on multiple complex tasks. However, a limitation of the typical LfD approach is that it requires expert demonstrations for all scenarios, including those in which the algorithm is already well-trained. The recently proposed Learning from Interventions (LfI) overcomes this limitation by using an expert overseer. The expert overseer only intervenes when it suspects that an unsafe action is about to be taken. Although LfI significantly improves over LfD, the state-of-the-art LfI fails to account for delay caused by the expert's reaction time and only learns short-term behavior. We address these limitations by 1) interpolating the expert's interventions back in time, and 2) by splitting the policy into two hierarchical levels, one that generates sub-goals for the future and another that generates actions to reach those desired sub-goals. This sub-goal prediction forces the algorithm to learn long-term behavior while also being robust to the expert's reaction time. Our experiments show that LfI using sub-goals in a hierarchical policy framework trains faster and achieves better asymptotic performance than typical LfD.

Foundations

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

Your Notes