ROAIMar 25, 2021

Self-Imitation Learning by Planning

arXiv:2103.13834v287 citations
AI Analysis

This work addresses data collection bottlenecks for robots in complex motion planning tasks, offering an incremental improvement by automating demonstration generation.

The paper tackles the challenge of generating broadly distributed demonstration data for imitation and reinforcement learning in long-horizon motion planning by proposing self-imitation learning by planning (SILP), which automatically collects data by planning on visited states, resulting in higher success rates and improved sample efficiency compared to baselines.

Imitation learning (IL) enables robots to acquire skills quickly by transferring expert knowledge, which is widely adopted in reinforcement learning (RL) to initialize exploration. However, in long-horizon motion planning tasks, a challenging problem in deploying IL and RL methods is how to generate and collect massive, broadly distributed data such that these methods can generalize effectively. In this work, we solve this problem using our proposed approach called {self-imitation learning by planning (SILP)}, where demonstration data are collected automatically by planning on the visited states from the current policy. SILP is inspired by the observation that successfully visited states in the early reinforcement learning stage are collision-free nodes in the graph-search based motion planner, so we can plan and relabel robot's own trials as demonstrations for policy learning. Due to these self-generated demonstrations, we relieve the human operator from the laborious data preparation process required by IL and RL methods in solving complex motion planning tasks. The evaluation results show that our SILP method achieves higher success rates and enhances sample efficiency compared to selected baselines, and the policy learned in simulation performs well in a real-world placement task with changing goals and obstacles.

Foundations

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

Your Notes