elixir-behavior-tree
elixir-behavior-tree copied to clipboard
Elixir library for building AI's from composable behavior trees
Hi, I was wondering if with the current API it is possible to implement a parallel node. I guess with a parallel you will end up with multiple active leaf...
It could be nice to get a visual representation of the tree at any given moment, including the current node. Consider using graphviz format as a possible output.
Just stopping by to say hi
Hi, is there an idiomatic way to generate interruptions, as described in Petter Ögren's video https://youtu.be/DCZJUvTQV5Q?t=544 ? Thanks! [edit] I guess that making sure that "longer running actions are merely...