GoapPathToCompletionValidator

Validator that checks whether an agent definition has at least one possible path from its initial conditions, through available actions, to achieve its defined goals.

Uses the GOAP planner to validate that goals can be achieved through a sequence of actions. Reports specific errors when no such path exists.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun validate(agentScope: AgentScope): ValidationResult