-
Notifications
You must be signed in to change notification settings - Fork 0
IJCAI 19
- Plan property: polytime Boolean fn of task and action sequence vec_a
- Atomic dependency: for every vec_a if p is true then q is true
- Composed dependency: propositional formula over plan props. Motivation: this could be inside a single new plan prop. However, plan props are black boxes to the framework; in the exploration of composed dependencies, the explanation facility will establish the interesting combinations across these boxes
Motivate framework with examples, from proposal + extended/elaborated
Dependency phi holds if, for all action sequences, phi evaluates to true.
Entailment over two dependencies phi and psi: phi entails psi if, for every action sequence, if phi evaluates to true then so does psi
computational problems that we solve:
- atomic: find all pairwise deendencies e graph whiose nodes are properties and whose edges are atomic dependencies
- general: find all strongest dependencies: the root nodes in the DAG over equivalence classes of dependencies
show that dependencies, and entailment thereover, are more than standard propositional logic: even if a formula is not universally true, iot may be true for all action sequences due to the underlying planning task. In fact this will typically be the case, e.g. in a simple mutex where reaching one fact A excludes reaching another fact B.
as per draft (Rebecca + Michael)
more general plan props and how they can be compiled into previous.
on simple instantiation as discussed, on compiled more general props.