concepts.pdsketch.planners.discrete_search.goal_test#

goal_test(executor, state, goal_expr, trajectory, mpt_tracker=None, verbose=False)[source]#

Test whether a state satisfies a goal expression.

Parameters:
Returns:

True if the state satisfies the goal expression.

Return type:

bool