Overview
What is Utility Intelligence?¶
Utility Intelligence is a robust and powerful Utility 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 choose the one with the highest score.
Additionally, each decision is scored per target, ensuring that the best target is selected for the chosen decision. This approach makes our agents behave more naturally than those using 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 :
July 27, 2025
Created : September 1, 2024
Created : September 1, 2024