@article{IOVINO2022, title = {A survey of Behavior Trees in robotics and AI}, journal = {Robotics and Autonomous Systems}, pages = {104096}, year = {2022}, issn = {0921-8890}, doi = {https://doi.org/10.1016/j.robot.2022.104096}, url = {https://www.sciencedirect.com/science/article/pii/S0921889022000513}, author = {Matteo Iovino and Edvards Scukins and Jonathan Styrud and Petter Ă–gren and Christian Smith}, keywords = {Behavior Trees, Robotics, Artificial Intelligence, Learning Behavior Trees}, abstract = {Behavior Trees (BTs) were invented as a tool to enable modular AI in computer games, but have received an increasing amount of attention in the robotics community in the last decade. With rising demands on agent AI complexity, game programmers found that the Finite State Machines (FSM) that they used scaled poorly and were difficult to extend, adapt and reuse. In BTs, the state transition logic is not dispersed across the individual states, but organized in a hierarchical tree structure, with the states as leaves. This has a significant effect on modularity, which in turn simplifies both synthesis and analysis by humans and algorithms alike. These advantages are needed not only in game AI design, but also in robotics, as is evident from the research being done. In this paper we present a comprehensive survey of the topic of BTs in Artificial Intelligence and Robotic applications. The existing literature is described and categorized based on methods, application areas and contributions, and the paper is concluded with a list of open research challenges.} }