Reasoner
Default Reasoners
Simulated Game Reasoner
Simulated game reasoner runs MCTS simulations to generate the best possible course of action, taking opponents' actions into consideration.
Planner Reasoner
Planner reasoner uses planners to search the game’s state space and find a sequence of behaviors which will fulfill a given goal.
Utility Reasoner
Utility reasoner uses utility based AI to evaluate and select behaviors.