pith. sign in

arxiv: 2405.16137 · v1 · pith:R7XRTAIInew · submitted 2024-05-25 · 💻 cs.RO

Comparison between Behavior Trees and Finite State Machines

classification 💻 cs.RO
keywords comparisonbehaviorfsmsrobotpolicytaskbeendesign
0
0 comments X
read the original abstract

Behavior Trees (BTs) were first conceived in the computer games industry as a tool to model agent behavior, but they received interest also in the robotics community as an alternative policy design to Finite State Machines (FSMs). The advantages of BTs over FSMs had been highlighted in many works, but there is no thorough practical comparison of the two designs. Such a comparison is particularly relevant in the robotic industry, where FSMs have been the state-of-the-art policy representation for robot control for many years. In this work we shed light on this matter by comparing how BTs and FSMs behave when controlling a robot in a mobile manipulation task. The comparison is made in terms of reactivity, modularity, readability, and design. We propose metrics for each of these properties, being aware that while some are tangible and objective, others are more subjective and implementation dependent. The practical comparison is performed in a simulation environment with validation on a real robot. We find that although the robot's behavior during task solving is independent on the policy representation, maintaining a BT rather than an FSM becomes easier as the task increases in complexity.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Temporal Counterfactual Explanations of Behaviour Tree Decisions

    cs.RO 2025-09 unverdicted novelty 7.0

    A method automatically constructs a causal model from behavior tree structure and domain knowledge to generate real-time causal counterfactual explanations for robot decisions.

  2. JoyAI-Sim: A Simulation-Enabled Interconversion Toolchain for the Embodied Data Pyramid

    cs.RO 2026-06 unverdicted novelty 3.0

    JoyAI-Sim provides bidirectional Robot-Simulation-Human pathways for aligned model evaluation and data generation in robotics using the JoySim simulator as an evaluation layer and physical consistency filter.