Talk:Behavior tree (artificial intelligence, robotics and control)
Appearance
This is the talk page for discussing improvements to the Behavior tree (artificial intelligence, robotics and control) article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||||||||||||||
|
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).
Categories:
- Start-Class AfC articles
- AfC submissions by date/13 July 2014
- Accepted AfC submissions
- Start-Class Computer science articles
- Unknown-importance Computer science articles
- WikiProject Computer science articles
- Start-Class Engineering articles
- Unknown-importance Engineering articles
- WikiProject Engineering articles
- Start-Class Robotics articles
- Unknown-importance Robotics articles
- WikiProject Robotics articles