Jump to content

Behavior selection algorithm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Changing short description from "an algorithm that selects actions for intelligent agents" to "Algorithm that selects actions for intelligent agents"
Line 38: Line 38:


[[Category:Artificial intelligence]]
[[Category:Artificial intelligence]]
[[Category:Game artificial intelligence]]
[[Category:Algorithms]]
[[Category:Algorithms]]
[[Category:Computational neuroscience]]
[[Category:Computational neuroscience]]

Revision as of 13:11, 20 February 2023

In artificial intelligence, a behavior selection algorithm,[1] or action selection algorithm, is an algorithm that selects appropriate behaviors or actions for one or more intelligent agents. In game artificial intelligence, it selects behaviors or actions for one or more non-player characters. Common behavior selection algorithms include:

In application programming, run-time selection of the behavior of a specific method is referred to as the strategy design pattern.

See also

References