Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:

Slides:



Advertisements
Similar presentations
SAT-Based Planning Using Propositional SAT- Solvers to Search for Plans.
Advertisements

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Propositional and First Order Reasoning. Terminology Propositional variable: boolean variable (p) Literal: propositional variable or its negation p 
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
CPSC 422, Lecture 21Slide 1 Intelligent Systems (AI-2) Computer Science cpsc422, Lecture 21 Mar, 4, 2015 Slide credit: some slides adapted from Stuart.
Planning with Constraints Graphplan & SATplan Yongmei Shi.
The Theory of NP-Completeness
1 NP-Complete Problems. 2 We discuss some hard problems:  how hard? (computational complexity)  what makes them hard?  any solutions? Definitions 
Properties of SLUR Formulae Ondřej Čepek, Petr Kučera, Václav Vlček Charles University in Prague SOFSEM 2012 January 23, 2012.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Methods for SAT- a Survey Robert Glaubius CSCE 976 May 6, 2002.
1 Boolean Satisfiability in Electronic Design Automation (EDA ) By Kunal P. Ganeshpure.
08/1 Foundations of AI 8. Satisfiability and Model Construction Davis-Putnam, Phase Transitions, GSAT Wolfram Burgard and Bernhard Nebel.
Solving Partial Order Constraints for LPO termination.
Existential Graphs and Davis-Putnam April 3, 2002 Bram van Heuveln Department of Cognitive Science.
The Theory of NP-Completeness
Search in the semantic domain. Some definitions atomic formula: smallest formula possible (no sub- formulas) literal: atomic formula or negation of an.
Last time Proof-system search ( ` ) Interpretation search ( ² ) Quantifiers Equality Decision procedures Induction Cross-cutting aspectsMain search strategy.
Randomzied Unique k-SAT R. Paturi, P. Pudlak, M.E. Saks and F. Zane An Improved Exponential-time Algorithm for k-SAT Journal of the ACM, Vol 52, No. 3,
Knowledge Representation II (Inference in Propositional Logic) CSE 473 Continued…
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
1 The Theory of NP-Completeness 2012/11/6 P: the class of problems which can be solved by a deterministic polynomial algorithm. NP : the class of decision.
Logics for Data and Knowledge Representation Propositional Logic: Reasoning Originally by Alessandro Agostini and Fausto Giunchiglia Modified by Fausto.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Complexity of Classical Planning Megan Smith Lehigh University CSE 497, Spring 2007.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
SAT and SMT solvers Ayrat Khalimov (based on Georg Hofferek‘s slides) AKDV 2014.
1 Chapter 7 Propositional Satisfiability Techniques.
1 Planning as Satisfiability Alan Fern * * Based in part on slides by Stuart Russell and Dana Nau  Review of propositional logic (see chapter 7)  Planning.
CHAPTERS 7, 8 Oliver Schulte Logical Inference: Through Proof to Truth.
Solvers for the Problem of Boolean Satisfiability (SAT) Will Klieber Aug 31, 2011 TexPoint fonts used in EMF. Read the TexPoint manual before you.
EMIS 8373: Integer Programming NP-Complete Problems updated 21 April 2009.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
The Class NP Lecture 39 Section 7.3 Mon, Nov 26, 2007.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
LDK R Logics for Data and Knowledge Representation Propositional Logic: Reasoning First version by Alessandro Agostini and Fausto Giunchiglia Second version.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Automated Planning Dr. Héctor Muñoz-Avila. What is Planning? Classical Definition Domain Independent: symbolic descriptions of the problems and the domain.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
First-Order Logic and Inductive Logic Programming.
CPSC 422, Lecture 21Slide 1 Intelligent Systems (AI-2) Computer Science cpsc422, Lecture 21 Oct, 30, 2015 Slide credit: some slides adapted from Stuart.
Review of Propositional Logic Syntax
1 Chapter 3 Complexity of Classical Planning. 2 Review: Classical Representation Function-free first-order language L Statement of a classical planning.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Planning as Satisfiability (SAT-Plan). SAT-Plan Translate the planning problem into a satisfiability problem for length n of Plan garb 0 (proposition)present.
CS 461 – Nov. 30 Section 7.5 How to show a problem is NP-complete –Show it’s in NP. –Show that it corresponds to another problem already known to be NP-complete.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Chapter 11 Introduction to Computational Complexity Copyright © 2011 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1.
Logical Agents Chapter 7. Outline Knowledge-based agents Propositional (Boolean) logic Equivalence, validity, satisfiability Inference rules and theorem.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Local Search Methods for SAT Geoffrey Levine March 11, 2004.
1 GraphPlan, Satplan and Markov Decision Processes Sungwook Yoon* * Based in part on slides by Alan Fern.
Daniel Kroening and Ofer Strichman 1 Decision Procedures An Algorithmic Point of View Basic Concepts and Background.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Planning as Satisfiability
Computability and Complexity
First-Order Logic and Inductive Logic Programming
Intelligent Systems (AI-2) Computer Science cpsc422, Lecture 21
Review for the Midterm Exam
Planning as Satisfiability with Blackbox
Complexity 6-1 The Class P Complexity Andrei Bulatov.
Planning as Satisfiability
Warning I estimate 3 weeks of intensive reading for you to understand your assigned topic These are not self contained and you will need to understand.
Chapter 6 Planning-Graph Techniques
Presentation transcript:

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 1 Chapter 7 Propositional Satisfiability Techniques Dana S. Nau University of Maryland Fall 2009 Lecture slides for Automated Planning: Theory and Practice

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 2 Motivation Propositional satisfiability: given a boolean formula »e.g., (P  Q)  (  Q  R  S)  (  R   P), does there exist a model »i.e., an assignment of truth values to the propositions that makes the formula true? This was the very first problem shown to be NP-complete Lots of research on algorithms for solving it  Algorithms are known for solving all but a small subset in average-case polynomial time Therefore,  Try translating classical planning problems into satisfiability problems, and solving them that way

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 3 Outline Encoding planning problems as satisfiability problems Extracting plans from truth values Satisfiability algorithms  Davis-Putnam  Local search  GSAT Combining satisfiability with planning graphs  SatPlan

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 4 Overall Approach A bounded planning problem is a pair (P,n):  P is a planning problem; n is a positive integer  Any solution for P of length n is a solution for (P,n) Planning algorithm: Do iterative deepening like we did with Graphplan:  for n = 0, 1, 2, …, »encode (P,n) as a satisfiability problem  »if  is satisfiable, then From the set of truth values that satisfies , a solution plan can be constructed, so return it and exit

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 5 Notation For satisfiability problems we need to use propositional logic Need to encode ground atoms into propositions  For set-theoretic planning we encoded atoms into propositions by rewriting them as shown here: »Atom: at(r1,loc1) »Proposition: at-r1-loc1 For planning as satisfiability we’ll do the same thing  But we won’t bother to do a syntactic rewrite  Just use at(r1,loc1) itself as the proposition Also, we’ll write plans starting at a 0 rather than a 1  π =  a 0, a 1, …, a n–1 

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 6 Fluents If π =  a 0, a 1, …, a n–1  is a solution for (P,n), it generates these states: s 0, s 1 =  (s 0,a 0 ), s 2 =  (s 1,a 1 ), …, s n =  (s n–1, a n–1 ) Fluent: proposition saying a particular atom is true in a particular state  at(r1,loc1, i ) is a fluent that’s true iff at(r1,loc1) is in s i  We’ll use l i to denote the fluent for literal l in state s i »e.g., if l = at(r1,loc1) then l i = at(r1,loc1, i )  a i is a fluent saying that a is the i’th step of π »e.g., if a = move(r1,loc2,loc1) then a i = move(r1,loc2,loc1, i )

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 7 Encoding Planning Problems Encode (P,n) as a formula  such that π =  a 0, a 1, …, a n–1  is a solution for (P,n) if and only if  can be satisfied in a way that makes the fluents a 0, …, a n–1 true Let  A = {all actions in the planning domain}  S = {all states in the planning domain}  L = {all literals in the language}  is the conjunct of many other formulas …

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 8 Formulas in  Formula describing the initial state: /\ {l 0 | l  s 0 }  /\ {  l 0 | l  L – s 0 } Formula describing the goal: /\ {l n | l  g + }  /\ {  l n | l  g – } For every action a in A, formulas describing what changes a would make if it were the i’th step of the plan:  a i  /\ {p i | p  Precond(a)}  /\ {e i+1 | e  Effects(a)} Complete exclusion axiom:  For all actions a and b, formulas saying they can’t occur at the same time  a i   b i  this guarantees there can be only one action at a time Is this enough?

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 9 Frame Axioms Frame axioms:  Formulas describing what doesn’t change between steps i and i+1 Several ways to write these One way: explanatory frame axioms  One axiom for every literal l  Says that if l changes between s i and s i+1, then the action at step i must be responsible: (  l i  l i+1  V a in A {a i | l  effects + (a)})  (l i   l i+1  V a in A {a i | l  effects – (a)})

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 10 Example Planning domain:  one robot r1  two adjacent locations l1, l2  one operator (move the robot) Encode (P,n) where n = 1  Initial state:{ at(r1,l1) } Encoding: at(r1,l1,0)   at(r1,l2,0)  Goal:{ at(r1,l2) } Encoding: at(r1,l2,1)   at(r1,l1,1)  Operator: see next slide

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 11 Example (continued) Operator: move(r,l,l’) precond: at(r,l) effects: at(r,l’),  at(r,l) Encoding: move(r1,l1,l2,0)  at(r1,l1,0)  at(r1,l2,1)   at(r1,l1,1) move(r1,l2,l1,0)  at(r1,l2,0)  at(r1,l1,1)   at(r1,l2,1) move(r1,l1,l1,0)  at(r1,l1,0)  at(r1,l1,1)   at(r1,l1,1) move(r1,l2,l2,0)  at(r1,l2,0)  at(r1,l2,1)   at(r1,l2,1) move(l1,r1,l2,0)  … move(l2,l1,r1,0)  … move(l1,l2,r1,0)  … move(l2,l1,r1,0)  … How to avoid generating the last four actions?  Assign data types to the constant symbols like we did for state-variable representation nonsensical contradictions (easy to detect)

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 12 Example (continued) Locations: l1, l2 Robots: r1 Operator: move(r : robot, l : location, l’ : location) precond: at(r,l) effects: at(r,l’),  at(r,l) Encoding: move(r1,l1,l2,0)  at(r1,l1,0)  at(r1,l2,1)   at(r1,l1,1) move(r1,l2,l1,0)  at(r1,l2,0)  at(r1,l1,1)   at(r1,l2,1)

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 13 Example (continued) Complete-exclusion axiom:  move(r1,l1,l2,0)   move(r1,l2,l1,0) Explanatory frame axioms:  at(r1,l1,0)  at(r1,l1,1)  move(r1,l2,l1,0)  at(r1,l2,0)  at(r1,l2,1)  move(r1,l1,l2,0) at(r1,l1,0)   at(r1,l1,1)  move(r1,l1,l2,0) at(r1,l2,0)   at(r1,l2,1)  move(r1,l2,l1,0)

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 14 Extracting a Plan Suppose we find an assignment of truth values that satisfies .  This means P has a solution of length n For i=1,…,n, there will be exactly one action a such that a i = true  This is the i’th action of the plan. Example (from the previous slides):   can be satisfied with move(r1,l1,l2,0) = true  Thus  move(r1,l1,l2,0)  is a solution for (P,0) »It’s the only solution - no other way to satisfy 

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 15 Planning How to find an assignment of truth values that satisfies  ?  Use a satisfiability algorithm Example: the Davis-Putnam algorithm  First need to put  into conjunctive normal form e.g.,  = D  (  D  A   B)  (  D   A   B)  (  D   A  B)  A  Write  as a set of clauses (disjuncts of literals)  = {{ D}, {  D, A,  B}, {  D,  A,  B}, {  D,  A, B}, {A}}  Two special cases: »If  =  then  is always true »If  = {…, , …} then  is always false (hence unsatisfiable)

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 16 The Davis-Putnam Procedure Backtracking search through alternative assignments of truth values to literals  = {literals to which we have assigned the value TRUE}; initially empty if  contains  then  backtrack if  contains  then   is a solution while  contains a clause that’s a single literal l  add l to   remove l from  select a Boolean variable P in  do recursive calls on    P     P

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 17 Local Search Let u be an assignment of truth values to all of the variables  cost(u,  ) = number of clauses in  that aren’t satisfied by u  flip(P,u) = u except that P’s truth value is reversed Local search:  Select a random assignment u  while cost(u,  ) ≠ 0 »if there is a P such that cost(flip(P,u),  ) < cost(u,  ) then randomly choose any such P u  flip(P,u) »else return failure Local search is sound If it finds a solution it will find it very quickly Local search is not complete: can get trapped in local minima Boolean variable

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 18 GSAT Basic-GSAT:  Select a random assignment u  while cost(u,  ) ≠ 0 »choose a P that minimizes cost(flip(P,u),  ), and flip it Not guaranteed to terminate GSAT:  restart after a max number of flips  return failure after a max number of restarts The book discusses several other stochastic procedures  One is Walksat »works better than both local search and GSAT  I’ll skip the details

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 19 Discussion Recall the overall approach:  for n = 0, 1, 2, …, »encode (P,n) as a satisfiability problem  »if  is satisfiable, then From the set of truth values that satisfies , extract a solution plan and return it How well does this work?

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 20 Discussion Recall the overall approach:  for n = 0, 1, 2, …, »encode (P,n) as a satisfiability problem  »if  is satisfiable, then From the set of truth values that satisfies , extract a solution plan and return it How well does this work?  By itself, not very practical (takes too much memory and time)  But it can be combined with other techniques »e.g., planning graphs

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 21 SatPlan SatPlan combines planning-graph expansion and satisfiability checking, roughly as follows:  for k = 0, 1, 2, … »Create a planning graph that contains k levels »Encode the planning graph as a satisfiability problem »Try to solve it using a SAT solver If the SAT solver finds a solution within some time limit, - Remove some unnecessary actions - Return the solution Memory requirement still is combinatorially large  but less than what’s needed by a direct translation into satisfiability BlackBox (predecessor to SatPlan) was one of the best planners in the 1998 planning competition SatPlan was one of the best planners in the 2004 and 2006 planning competitions