# \[ANN\] BehaviorTree.jl

**URL:** https://discourse.julialang.org/t/ann-behaviortree-jl/53829
**Category:** Package Announcements
**Tags:** package, announcement
**Created:** [January 23, 2021, 10:50am UTC](https://discourse.julialang.org/t/ann-behaviortree-jl/53829 "2021-01-23T10:50:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![fabid](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fabid/32/21299_2.png) [@fabid](https://discourse.julialang.org/u/fabid)
#### Post date: [January 23, 2021, 10:50am UTC](https://discourse.julialang.org/t/ann-behaviortree-jl/53829/1 "2021-01-23T10:50:04Z")

</div>

I am happy to announce [BehaviorTree.jl](https://github.com/fabid/BehaviorTree.jl), a simple Behavior Trees implementation in Julia.  
Behavior Trees are an alternative to state machines, commonly used to to specify behaviors of autonomous agents.

While this is was built while learning Julia and and I expect it can be improved in many ways, it has at least been battle tested as it was used to successfully qualify in NASA’s Space Robotics Challenge Phase 2.

---

<div class="post-metadata">

### Author: ![cesarmarinhorj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cesarmarinhorj/32/30948_2.png) [@cesarmarinhorj](https://discourse.julialang.org/u/cesarmarinhorj)
#### Post date: [August 30, 2022, 1:16pm UTC](https://discourse.julialang.org/t/ann-behaviortree-jl/53829/2 "2022-08-30T13:16:18Z")

</div>

Thanks too much!!! BehaviorTree is amazing!!!
