Overview
What is Utility Intelligence?¶
Utility Intelligence is a robust and powerful Utility-Based AI Framework. Unlike traditional AI techniques such as BTs, FSMs, and GOAP, which rely on conditions for decision-making, our agents evaluate all possible decisions and select the one with the highest score.
Besides that, each decision is scored per target, ensuring that the best target is chosen for the selected decision. This approach makes our agents behave more naturally compared to other AI techniques.
How Utility Intelligence works¶
Here’s how Utility Intelligence works step by step:
- Attach decisions to the agent.
- Score each decision per target based on the current world state.
- Select the decision-target pair with the highest score.
- Transition from the current decision to the selected decision.
- Execute the action tasks of the selected decision, either sequentially or simultaneously.
Last update :
March 31, 2025
Created : September 1, 2024
Created : September 1, 2024