BehaviorTree.js icon indicating copy to clipboard operation
BehaviorTree.js copied to clipboard

QA: alternative names for node

Open crapthings opened this issue 3 years ago • 2 comments

I've found there're alternative names for node, here's a summary

a composite node include sequence, selector and parallel

Composites
    sequence = and
    selector = priority = fallack = or

action = task
condition = decorator = if
services = ?

I think those are common alter names for node

~~and do we have a condition node?~~

crapthings avatar Jan 02 '22 11:01 crapthings

update

Decorator, also known as conditionals in other Behavior Tree systems, are attached to either a Composite or a Task node and define whether or not a branch in the tree, or even a single node, can be executed.

reference

crapthings avatar Jan 04 '22 05:01 crapthings

Heyho. I see you are eager to learn more stuff about behavior trees. I like that. I also like that you do it openly. Can only help everyone reading this.

I also have a question about the list above: What is meant with a "service" in that list above?

Do you think you want to create kind of a Glossary for behavior trees? Or some kind of learning/onboarding resource?

Calamari avatar Jan 04 '22 10:01 Calamari