In artificial intelligence, a behavior selection algorithm, 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:
- Finite-state machines
- Decision trees
- Behavior trees
- Hierarchical task networks
- Hierarchical control systems
- Utility systems
- Dialogue tree (for selecting what to say)
We don't have any images related to Behavior selection algorithm yet.
You can add one yourself here.
We don't have any YouTube videos related to Behavior selection algorithm yet.
You can add one yourself here.
We don't have any PDF documents related to Behavior selection algorithm yet.
You can add one yourself here.
We don't have any Books related to Behavior selection algorithm yet.
You can add one yourself here.
We don't have any archived web articles related to Behavior selection algorithm yet.
Related concepts
In application programming, run-time selection of the behavior of a specific method is referred to as the strategy design pattern.
See also
- AI alignment
- Artificial intelligence detection software
- 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 hydrology
- Behavioral modeling in computer-aided design
- Behavioral modeling language
- Case-based reasoning, solving new problems based on solutions of past problems
- Model-based reasoning
- Synthetic intelligence
- Weak AI
References
Behavior Selection Algorithms: An Overview http://www.gameaipro.com/GameAIPro/GameAIPro_Chapter04_Behavior_Selection_Algorithms.pdf ↩