1.1.10 • Published 7 years ago
itay-behavior v1.1.10
itay-behavior
Behavior tree, written in typescript.
Goals
- Share trees between multiple agents.
- Performance: Avoid ticking the tree when not needed. Avoid ticking unnecessary nodes.
- Modular - Share subtrees by reference.
- Integrade State-Machine concepts to handle states, instead of representing states as prioritised branches.
- Support blackboard.
Usage