concepts.pdsketch.planners.optimistic_search_bilevel_utils#
Utility functions to conduct bi-level search for optimistic planning.
Functions
|
|
Enumerate all possible plans that can achieve the goal. |
|
Extract the indices of the given tensor value. |
|
Extract bounded variables from nonzero indices in the preconditions of a regression rule. |
|
|
Classes
OptimisticSearchSymbolicPlan(actions: Sequence[concepts.pdsketch.operator.OperatorApplier], csp: concepts.dsl.constraint.ConstraintSatisfactionProblem, initial_state: concepts.pdsketch.domain.State, last_state: concepts.pdsketch.domain.State) |