H-AIM: Orchestrating LLMs, PDDL, and Behavior Trees for Hierarchical Multi-Robot Planning
Haishan Zeng, Peng Li
TL;DR
H-AIM addresses long-horizon planning for heterogeneous robot teams by translating high-level instructions into executable parallel behavior trees through a cascaded pipeline. It combines an LLM-driven PDDL File Generator, a Hybrid Planner that merges semantic reasoning with classical planning, and a Behavior Tree Compiler that yields fault-tolerant execution, all coordinated via a shared blackboard. On the MACE-THOR benchmark, H-AIM substantially improves task success rate and goal recall over the strongest baseline, demonstrating robust, dynamic multi-robot coordination in household scenarios ($SR$ rising from $12\%$ to $55\%$ and $GCR$ from $32\%$ to $72\%$). This work enables scalable, end-to-end autonomous planning-execution loops for diverse robot teams and lays groundwork for real-world deployment with further extensions to perception and re-planning under partial observability.
Abstract
In embodied artificial intelligence, enabling heterogeneous robot teams to execute long-horizon tasks from high-level instructions remains a critical challenge. While large language models (LLMs) show promise in instruction parsing and preliminary planning, they exhibit limitations in long-term reasoning and dynamic multi-robot coordination. We propose Hierarchical Autonomous Intelligent Multi-Robot Planning(H-AIM), a novel embodied multi-robot task planning framework that addresses these issues through a three-stage cascaded architecture: 1) It leverages an LLM to parse instructions and generate Planning Domain Definition Language (PDDL) problem descriptions, thereby transforming commands into formal planning problems; 2) It combines the semantic reasoning of LLMs with the search capabilities of a classical planner to produce optimized action sequences; 3) It compiles the resulting plan into behavior trees for reactive control. The framework supports dynamically sized heterogeneous robot teams via a shared blackboard mechanism for communication and state synchronization. To validate our approach, we introduce the MACE-THOR benchmark dataset, comprising 42 complex tasks across 8 distinct household layouts. Experimental results demonstrate that H-AIM achieves a remarkable performance improvement, elevating the task success rate from 12% to 55% and boosting the goal condition recall from 32% to 72% against the strongest baseline, LaMMA-P.
