Difference between revisions of "Decision"

From AI Product Manuals
Jump to navigationJump to search
(Initial Entries)
 
m
Line 1: Line 1:
{{IAUS Header}}
A Decision is a combination of a [[Behavior]] and a [[Target]]. This Target can be self or another agent if the [[Context Type]] for the Behavior is [[Context - Single Target|Single Target]]. Decisions are what are assembled into a list at the beginning of each [[Think Cycle]] and scored accordingly.
A Decision is a combination of a [[Behavior]] and a [[Target]]. This Target can be self or another agent if the [[Context Type]] for the Behavior is [[Context - Single Target|Single Target]]. Decisions are what are assembled into a list at the beginning of each [[Think Cycle]] and scored accordingly.
== Code ==
== Usage ==

Revision as of 03:12, 29 September 2021

This page is part of the IAUS Manual.BrainBehaviorBehavior TypeDecisionAI Entity

A Decision is a combination of a Behavior and a Target. This Target can be self or another agent if the Context Type for the Behavior is Single Target. Decisions are what are assembled into a list at the beginning of each Think Cycle and scored accordingly.

Code

Usage