Cognitive · ADP
Deliberator
Selection of the optimal action per planning step — the local choice given the local context, not a global default.
- Addresses
- Action quality at each step.
- When it stabilizes
- When multiple valid actions exist for a given state, when the cost of a wrong action is high, or when the context changes between steps.
- Example
- A Tree-of-Thoughts branch evaluates three candidate actions against a reward model before committing to the best one.
Keep exploring