NAMO-LLM: Efficient Navigation Among Movable Obstacles with Large Language Model Guidance
Yuqing Zhang, Yiannis Kantaros
TL;DR
NAMO-LLM tackles the challenging NAMO problem by integrating a non-uniform, LLM-guided sampling strategy into a sampling-based planner, enabling efficient planning in environments with many movable obstacles. The approach preserves probabilistic completeness and demonstrates substantial runtime improvements and higher-quality plans compared to baselines and pure LLM planners. Key contributions include the LLM-guided sampling framework, a prompting scheme to elicit obstacle relocation recommendations, and rigorous probabilistic completeness proofs. Practical validation shows strong performance in simulation and a real-world TurtleBot3 hardware demonstration, suggesting significant impact for robot manipulation in cluttered, dynamic environments.
Abstract
Several planners have been proposed to compute robot paths that reach desired goal regions while avoiding obstacles. However, these methods fail when all pathways to the goal are blocked. In such cases, the robot must reason about how to reconfigure the environment to access task-relevant regions - a problem known as Navigation Among Movable Objects (NAMO). While various solutions to this problem have been developed, they often struggle to scale to highly cluttered environments. To address this, we propose NAMO-LLM, a sampling-based planner that searches over robot and obstacle configurations to compute feasible plans specifying which obstacles to move, where, and in what order. Its key novelty is a non-uniform sampling strategy guided by Large Language Models (LLMs) biasing the tree construction toward directions more likely to yield a solution. We show that NAMO-LLM is probabilistically complete and demonstrate through experiments that it efficiently scales to cluttered environments, outperforming related works in both runtime and plan quality.
