FAITH Project

Faith is Active Inference for Thinking Humans. Enhancing NPCs and Robotic Agents.

View on GitHub

Action Model

The Action Model determines how FAITH agents decide what actions to take based on their beliefs.

Overview

The action system translates the agent’s beliefs and goals into concrete actions in the game world. It implements the “active” part of active inference, where agents act to confirm their predictions and minimize surprise.

Components

Action Router

Similar to the Belief Router, the Action Router determines the appropriate processing level for action decisions:

Action LLM Processing

Two tiers of language models support action selection:

Agent Action Parser

Translates high-level action decisions into specific game commands that can be executed by the Behavior Tree.

Policy Selection

The Action Model implements policy selection based on:

Execution Layer

The Behavior Tree serves as the final execution layer, translating high-level action decisions into specific game animations and mechanics.

Implementation Considerations

Support me on Ko-fi