Read the docs | X/Twitter | Discord
We at NoOpArkmy have released Wise Feline Lite a free utility AI plugin for unreal engine.
In Utility AI, you create a set of actions which can be executed by an agent, then the actions are scored and the action with the highest score gets selected and executed. You can choose one of the top N using random numbers or weighted random numbers too.
Each action’s score is calculated using consideration, a consideration gives a score about some fact/state in the game like am I close to enemies? do I have enough ammo? is this weapon a good one for this situation? An action can have multiple considerations and their scores are multiplied with each other to calculate the action’s score.
Wise Feline supports all of these and more features like action priorities and it has multiple built-in actions and considerations to use. It is written in C++ but fully supports making everything in blueprints.
This is the introduction video we made for the first version of this
This is a life simulation demo
This is a video of our robots championship demo which uses Utility AI