# Analysis and Exploitation of Synchronized Parallel Executions in   Behavior Trees

**Authors:** Michele Colledanchise, Lorenzo Natale

arXiv: 1908.01539 · 2020-07-16

## TL;DR

This paper introduces synchronization techniques for parallel behavior tree compositions to improve predictability and performance, supported by experiments on a robot demonstrating practical benefits.

## Contribution

It proposes novel synchronization methods for parallel behavior trees and evaluates their impact on predictability and performance through experimental validation.

## Key findings

- Synchronization techniques enhance behavior predictability.
- Design choices significantly affect execution performance.
- Experimental results validate the proposed methods on a robot platform.

## Abstract

Behavior Trees (BTs) are becoming a popular tool to model the behaviors of autonomous agents in the computer game and the robotics industry. One of the key advantages of BTs lies in their composability, where complex behaviors can be built by composing simpler ones. The parallel composition is the one with the highest potential since the complexity of composing pre-existing behaviors in parallel is much lower than the one needed using classical control architectures as finite state machines. However, the parallel composition is rarely used due to the underlying concurrency problems that are similar to the ones faced in concurrent programming. In this paper, we define two synchronization techniques to tackle the concurrency problems in BTs compositions and we show how to exploit them to improve behavior predictability. Also, we introduce measures to assess execution performance, and we show how design choices can affect them. To illustrate the proposed framework, we provide a set of experiments using the R1 robot and we gather statistically-significant data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.01539/full.md

## Figures

36 figures with captions in the complete paper: https://tomesphere.com/paper/1908.01539/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1908.01539/full.md

---
Source: https://tomesphere.com/paper/1908.01539