ROAILGNov 1, 2020

Learning When to Switch: Composing Controllers to Traverse a Sequence of Terrain Artifacts

arXiv:2011.00440v23 citations
AI Analysis

This incremental work addresses the challenge of scalable and practical DRL for legged robots in real-world applications by improving policy switching without requiring full condition training.

The paper tackles the problem of enabling legged robots to switch between deep reinforcement learning policies for traversing different terrain types by ensuring policy overlap and training a switching network, showing it outperforms heuristic methods and matches a Deep Q Network trained on full conditions on unseen terrain combinations.

Legged robots often use separate control policiesthat are highly engineered for traversing difficult terrain suchas stairs, gaps, and steps, where switching between policies isonly possible when the robot is in a region that is commonto adjacent controllers. Deep Reinforcement Learning (DRL)is a promising alternative to hand-crafted control design,though typically requires the full set of test conditions to beknown before training. DRL policies can result in complex(often unrealistic) behaviours that have few or no overlappingregions between adjacent policies, making it difficult to switchbehaviours. In this work we develop multiple DRL policieswith Curriculum Learning (CL), each that can traverse asingle respective terrain condition, while ensuring an overlapbetween policies. We then train a network for each destinationpolicy that estimates the likelihood of successfully switchingfrom any other policy. We evaluate our switching methodon a previously unseen combination of terrain artifacts andshow that it performs better than heuristic methods. Whileour method is trained on individual terrain types, it performscomparably to a Deep Q Network trained on the full set ofterrain conditions. This approach allows the development ofseparate policies in constrained conditions with embedded priorknowledge about each behaviour, that is scalable to any numberof behaviours, and prepares DRL methods for applications inthe real world

Foundations

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

Your Notes