Talk:Behavior tree (artificial intelligence, robotics and control)

This is the current revision of this page, as edited by Cewbot (talk | contribs) at 15:02, 11 February 2024 (Maintain {{WPBS}}: 4 WikiProject templates. Keep majority rating "Start" in {{WPBS}}. Remove 4 same ratings as {{WPBS}} in {{WikiProject Articles for creation}}, {{WikiProject Computer science}}, {{WikiProject Engineering}}, {{WikiProject Robotics}}.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Latest comment: 4 years ago by JeuDeScience in topic Pseudo code is a bit misleading

Pseudo code is a bit misleading

edit

In the pseudocode sequences, the sequence operator is a loop over the childrens. Starting from the first children at every Tick.

However, in a behavior tree, the node upon receiving the next tick will not restart from the first child. It keeps in memory the last executing position so that it can continue executing where it was. Otherwise, it could never complete, and simply re-execute the first node (given that it takes more than one tick to execute).

JeuDeScience (talk) 13:26, 3 June 2021 (UTC)Reply