Search papers, labs, and topics across Lattice.
This paper formalizes the Behavior Tree (BT) Grounding problem, which involves automatically constructing complete and consistent BT systems for robot control. They introduce CABTO, a framework that uses pre-trained Large Models (LMs) to search for suitable action models and control policies. CABTO leverages contextual feedback from BT planners and environmental observations to guide the LM-based search, enabling efficient generation of BT systems across various robotic manipulation tasks.
Skip the manual effort: CABTO uses large models to automatically generate complete and consistent behavior tree systems for robot manipulation.
Behavior Trees (BTs) offer a powerful paradigm for designing modular and reactive robot controllers. BT planning, an emerging field, provides theoretical guarantees for the automated generation of reliable BTs. However, BT planning typically assumes that a well-designed BT system is already grounded -- comprising high-level action models and low-level control policies -- which often requires extensive expert knowledge and manual effort. In this paper, we formalize the BT Grounding problem: the automated construction of a complete and consistent BT system. We analyze its complexity and introduce CABTO (Context-Aware Behavior Tree grOunding), the first framework to efficiently solve this challenge. CABTO leverages pre-trained Large Models (LMs) to heuristically search the space of action models and control policies, guided by contextual feedback from BT planners and environmental observations. Experiments spanning seven task sets across three distinct robotic manipulation scenarios demonstrate CABTO's effectiveness and efficiency in generating complete and consistent behavior tree systems.