Uses of Interface
com.google.adk.planner.goap.ReplanPolicy
Packages that use ReplanPolicy
-
Uses of ReplanPolicy in com.google.adk.planner.goap
Classes in com.google.adk.planner.goap that implement ReplanPolicyModifier and TypeClassDescriptionstatic final recordStop immediately on failure with an error message.static final recordIgnore failures and proceed with the remaining plan as-is.static final recordAttempt to recompute the remaining plan from current world state.Constructors in com.google.adk.planner.goap with parameters of type ReplanPolicyModifierConstructorDescriptionGoalOrientedPlanner(String goal, List<AgentMetadata> metadata, SearchStrategy searchStrategy, ReplanPolicy replanPolicy)