Jump to content

Behavior selection algorithm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
AI alignment
Line 16: Line 16:


== See also ==
== See also ==
* [[AI alignment]]
* [[Cognitive model]] - all cognitive models exhibit behavior in terms of making decisions (taking action), making errors, and with various reaction times.
* [[Cognitive model]] - all cognitive models exhibit behavior in terms of making decisions (taking action), making errors, and with various reaction times.
* [[Behavioral modeling]], in systems theory
* [[Behavioral modeling]], in systems theory

Revision as of 12:13, 13 September 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