Skip to content

Commit 5cfbf41

Browse files
committed
refactor readme
1 parent a2329cc commit 5cfbf41

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ pip install bonsai-bt
5050

5151
See [`bonsai-py/`](bonsai-py/) for examples.
5252

53+
## Example of use
54+
55+
See [Examples](examples/README.md) folder.
56+
57+
5358
## What is a Behavior Tree?
5459

5560
A _Behavior Tree_ (BT) is a data structure in which we can set the rules of how certain _behavior's_ can occur, and the order in which they would execute. BTs are a very efficient way of creating complex systems that are both modular and reactive. These properties are crucial in many applications, which has led to the spread of BT from computer game programming to many branches of AI and Robotics.
@@ -80,15 +85,3 @@ To make sure that the behavior tree is always responsive, it is important that t
8085

8186
see *async drone* example in the `/examples` folder for more details.
8287

83-
## Example of use
84-
85-
See [Examples](examples/README.md) folder.
86-
87-
## Similar Crates
88-
89-
Bonsai is inspired by many other crates out there, here's a few worth mentioning:
90-
91-
* [ai_behavior](https://github.com/PistonDevelopers/ai_behavior) (bonsai is a continuation of this crate)
92-
* [aspen](https://gitlab.com/neachdainn/aspen)
93-
* [behavior-tree](https://github.com/darthdeus/behavior-tree)
94-
* [stackbt](https://github.com/eaglgenes101/stackbt)

0 commit comments

Comments
 (0)