Feasibility-Guided Planning over Multi-Specialized Locomotion Policies
Ying-Sheng Luo, Lu-Ching Wang, Hanjaya Mandala, Yu-Lun Chou, Guilherme Christmann, Yu-Chung Chen, Yung-Shun Chan, Chun-Yi Lee, Wei-Chao Chen
TL;DR
This work tackles planning over heterogeneous, unstructured terrain by coordinating multiple specialized locomotion policies. It introduces Feasibility-Net, a policy-specific predictor trained jointly with each policy to output a directional, terrain-aware feasibility tensor from local heightmaps and task commands, augmented with a VAE for out-of-distribution detection. Elevation maps are transformed into multi-directional feasibility tensors which are fused across policies using a max operation and then planned via graph search, with explicit policy selection at each step. The framework demonstrates strong simulation results across varied terrains, robust adaptation as policies improve, and real-world validation with a quadruped, achieving high success rates and interpretable policy switching, while supporting seamless addition of new skills.
Abstract
Planning over unstructured terrain presents a significant challenge in the field of legged robotics. Although recent works in reinforcement learning have yielded various locomotion strategies, planning over multiple experts remains a complex issue. Existing approaches encounter several constraints: traditional planners are unable to integrate skill-specific policies, whereas hierarchical learning frameworks often lose interpretability and require retraining whenever new policies are added. In this paper, we propose a feasibility-guided planning framework that successfully incorporates multiple terrain-specific policies. Each policy is paired with a Feasibility-Net, which learned to predict feasibility tensors based on the local elevation maps and task vectors. This integration allows classical planning algorithms to derive optimal paths. Through both simulated and real-world experiments, we demonstrate that our method efficiently generates reliable plans across diverse and challenging terrains, while consistently aligning with the capabilities of the underlying policies.
