A design for a Behavior Tree-inspired functional language (rSelect, monitor, fallback, and monadic sequencing) embedded in Haskell, demonstrated on a door-entry robot task.
A principled analysis of Behavior Trees and their generalisations
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
As complex autonomous robotic systems become more widespread, the need for transparent and reusable Artificial Intelligence (AI) designs becomes more apparent. In this paper we analyse how the principles behind Behavior Trees (BTs), an increasingly popular tree-structured control architecture, are applicable to these goals. Using structured programming as a guide, we analyse the BT principles of reactiveness and modularity in a formal framework of action selection. Proceeding from these principles, we review a number of challenging use cases of BTs in the literature, and show that reasoning via these principles leads to compatible solutions. Extending these arguments, we introduce a new class of control architectures we call generalised BTs or $k$-BTs and show how they can extend the applicability of BTs to some of the aforementioned challenging BT use cases while preserving the BT principles.
fields
cs.PL 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
A Behavior Tree-inspired programming language for autonomous agents
A design for a Behavior Tree-inspired functional language (rSelect, monitor, fallback, and monadic sequencing) embedded in Haskell, demonstrated on a door-entry robot task.