Practice free →
Home › In game AI, a BEHAVIOR TREE typically uses which…

In game AI, a BEHAVIOR TREE typically uses which TWO compositional node types?

APush and pop stack frames
BSleep and wake threads only
CAdd and multiply numeric values
DSequence (AND) and Selector (OR)
Answer & Solution
Correct answer: D. Sequence (AND) and Selector (OR)
Standard BT primer: sequence runs children until one fails (AND); selector runs until one succeeds (OR). Leaves are actions.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions