elixir-behavior-tree icon indicating copy to clipboard operation
elixir-behavior-tree copied to clipboard

Elixir library for building AI's from composable behavior trees

Results 4 elixir-behavior-tree issues
Sort by recently updated
recently updated
newest added

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.

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...