BehaviorTree.CPP 4.5The C++ library to build Behavior Trees. Batteries included. Think in terms of Actions, not statesUnlike state machines, behavior trees emphasize executing actions, not transitioning between states. Build extensible and hierarchical behaviorsBehavior Trees are composable. You can build complex behaviors reusing simpler ones. The power of C++, the flexibility of scriptingImpleme