AI States

Overview

The AIState store all the Task an animal will execute when the brain is using the AI State.

To transition to another AI State it will check the decisions to decide if the current AIState can transition to an A AIState if a Decision is true; or to a B AIState if the a Decision is false.

AI States cannot Transition to themselves. Do not set on any decisions on the same AI State.

Parameters

Task List

List of Task to do on the Animal during the AI State

Decision List

List of decisions to check while the animal is on the AI State

Last updated