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

Slides:



Advertisements
Similar presentations
Big Ideas in Cmput366. Search Blind Search State space representation Iterative deepening Heuristic Search A*, f(n)=g(n)+h(n), admissible heuristics Local.
Advertisements

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
SHOP2: An HTN Planning System Nau, D.S., Au, T.C., Ilghami, O., Kuter, U., Murdock, J.W., Wu, D. and Yaman, F. (2003) "SHOP2: An HTN Planning System",
CLASSICAL PLANNING What is planning ?  Planning is an AI approach to control  It is deliberation about actions  Key ideas  We have a model of the.
Automatic Verification Book: Chapter 6. What is verification? Traditionally, verification means proof of correctness automatic: model checking deductive:
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:
Plan Generation & Causal-Link Planning 1 José Luis Ambite.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Computing & Information Sciences Kansas State University Lecture 20 of 42 CIS 530 / 730 Artificial Intelligence Lecture 20 of 42 Introduction to Classical.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Planning CSE 473 Chapters 10.3 and 11. © D. Weld, D. Fox 2 Planning Given a logical description of the initial situation, a logical description of the.
1 Chapter 16 Planning Methods. 2 Chapter 16 Contents (1) l STRIPS l STRIPS Implementation l Partial Order Planning l The Principle of Least Commitment.
CPSC 322, Lecture 23Slide 1 Logic: TD as search, Datalog (variables) Computer Science cpsc322, Lecture 23 (Textbook Chpt 5.2 & some basic concepts from.
CPSC 322, Lecture 19Slide 1 Propositional Logic Intro, Syntax Computer Science cpsc322, Lecture 19 (Textbook Chpt ) February, 23, 2009.
CPSC 322, Lecture 18Slide 1 Planning: Heuristics and CSP Planning Computer Science cpsc322, Lecture 18 (Textbook Chpt 8) February, 12, 2010.
Planning Copyright, 1996 © Dale Carnegie & Associates, Inc. Chapter 11.
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Carla P. Gomes Exam-Info.
CPSC 322, Lecture 23Slide 1 Logic: TD as search, Datalog (variables) Computer Science cpsc322, Lecture 23 (Textbook Chpt 5.2 & some basic concepts from.
1 Planning. R. Dearden 2007/8 Exam Format  4 questions You must do all questions There is choice within some of the questions  Learning Outcomes: 1.Explain.
Planning Copyright, 1996 © Dale Carnegie & Associates, Inc. Chapter 11.
Automated Planning and HTNs Planning – A brief intro Planning – A brief intro Classical Planning – The STRIPS Language Classical Planning – The STRIPS.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Classical Planning Chapter 10.
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 Plan-Space Planning Dr. Héctor Muñoz-Avila Sources: Ch. 5 Appendix A Slides from Dana Nau’s lecture.
(Classical) AI Planning. Some Examples Route search: Find a route between Lehigh University and the Naval Research Laboratory Project management: Construct.
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:
Computer Science CPSC 322 Lecture 3 AI Applications 1.
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:
Computing & Information Sciences Kansas State University Wednesday, 15 Oct 2008CIS 530 / 730: Artificial Intelligence Lecture 20 of 42 Wednesday, 15 October.
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:
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:
AI Lecture 17 Planning Noémie Elhadad (substituting for Prof. McKeown)
CPSC 322, Lecture 19Slide 1 (finish Planning) Propositional Logic Intro, Syntax Computer Science cpsc322, Lecture 19 (Textbook Chpt – 5.2) Oct,
(Classical) AI Planning. General-Purpose Planning: State & Goals Initial state: (on A Table) (on C A) (on B Table) (clear B) (clear C) Goals: (on C Table)
Computing & Information Sciences Kansas State University Friday, 20 Oct 2006CIS 490 / 730: Artificial Intelligence Lecture 24 of 42 Friday, 20 October.
Hierarchical Task Network Planning Automated Planning: Theory and Practice, Chapter 11 소프트컴퓨팅 연구실
1 CMSC 471 Fall 2004 Class #21 – Thursday, November 11.
Graphplan CSE 574 April 4, 2003 Dan Weld. Schedule BASICS Intro Graphplan SATplan State-space Refinement SPEEDUP EBL & DDB Heuristic Gen TEMPORAL Partial-O.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
CPSC 322, Lecture 2Slide 1 Representational Dimensions Computer Science cpsc322, Lecture 2 (Textbook Chpt1) Sept, 7, 2012.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Computing & Information Sciences Kansas State University Monday, 09 Oct 2006CIS 490 / 730: Artificial Intelligence Lecture 19 of 42 Monday, 09 October.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Computing & Information Sciences Kansas State University Wednesday, 04 Oct 2006CIS 490 / 730: Artificial Intelligence Lecture 17 of 42 Wednesday, 04 October.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
1 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Computing & Information Sciences Kansas State University Friday, 13 Oct 2006CIS 490 / 730: Artificial Intelligence Lecture 21 of 42 Friday, 13 October.
Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:
Review for the Midterm Exam
Planning: Heuristics and CSP Planning
Class #17 – Thursday, October 27
Planning José Luis Ambite.
Graphplan/ SATPlan Chapter
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.
Planning CSE 573 A handful of GENERAL SEARCH TECHNIQUES lie at the heart of practically all work in AI We will encounter the SAME PRINCIPLES again and.
Planning: Heuristics and CSP Planning
Class #19 – Monday, November 3
Class #20 – Wednesday, November 5
Graphplan/ SATPlan Chapter
Graphplan/ SATPlan Chapter
Presentation transcript:

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 1 Review for the Final Exam Dana S. Nau University of Maryland 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 What We’ve Covered Chapter 1: Introduction Chapter 2: Representations for Classical Planning Chapter 3: Complexity of Classical Planning Chapter 4: State-Space Planning Chapter 5: Plan-Space Planning Chapter 6: Planning-Graph Techniques Chapter 7: Propositional Satisfiability Techniques Chapter 9: Heuristics in Planning Chapter 16: Planning based on MDPs Chapter 17: Planning based on Model Checking Chapter 10: Control Rules in Planning* Chapter 11: Hierarchical Task Network Planning* Chapter 14: Temporal Planning* Chapter 15: Planning and Resource Scheduling* Chapter 23: Planning in the Game of Bridge* * These weren’t on the midterm No questions on this chapter

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 3 Chapter 1: Introduction and Overview 1.1: First Intuitions on Planning 1.2: Forms of planning 1.3: Domain-Independent Planning 1.4: Conceptual Model for Planning 1.5: Restricted Model 1.6: Extended Models 1.7: A Running Example: Dock-Worker Robots No questions on Chapter 1

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 4 2: Representations for Classical Planning 2.1: Introduction 2.2: Set-Theoretic Representation  2.2.1: Planning Domains, Problems, and Solutions  2.2.2: State Reachability  2.2.3: Stating a Planning Problem  2.2.4: Properties of the Set-theoretic Representation 2.3: Classical Representation  2.3.1: States  2.3.2: Operators and Actions  2.3.3: Plans, Problems, and Solutions  2.3.4: Semantics of Classical Representations

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 5 2: Representations for Classical Planning 2.4: Extending the Classical Representation  2.4.1: Simple Syntactical Extensions  2.4.2: Conditional Planning Operators  2.4.3: Quantified Expressions  2.4.4: Disjunctive Preconditions  2.4.5: Axiomatic Inference  2.4.6: Function Symbols  2.4.7: Attached Procedures  2.4.8: Extended Goals 2.5: State-Variable Representation  2.5.1: State Variables  2.5.2: Operators and Actions  2.5.3: Domains and Problems  2.5.4: Properties 2.6: Comparisons See Chapters 10, 11, …

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 6 Chapter 3: Complexity of Classical Planning 3.1: Introduction 3.2: Preliminaries 3.3: Decidability and Undecidability Results 3.4: Complexity Results  3.4.1: Binary Counters  3.4.2: Unrestricted Classical Planning  3.4.3: Other results 3.5: Limitations No questions on this chapter

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 7 Chapter 4: State-Space Planning 4.1: Introduction 4.2: Forward Search  4.2.1: Formal Properties  4.2.2: Deterministic Implementations 4.3: Backward Search 4.4: The STRIPS Algorithm 4.5: Domain-Specific State-Space Planning  4.5.1: The Container-Stacking Domain  4.5.2: Planning Algorithm soundness & completeness, loop checking, relevant actions My lecture discussed block stacking, which is nearly the same

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: : Introduction 5.2: The Search Space of Partial Plans 5.3: Solution Plans 5.4: Algorithms for Plan Space Planning  5.4.1: The PSP Procedure  5.4.2: The PoP Procedure 5.5: Extensions 5.6: Plan Space Versus State Space Planning Chapter 5: Plan-Space Planning flaws, causal links, resolvers

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 9 Chapter 6: Planning-Graph Techniques 6.1: Introduction 6.2: Planning Graphs  6.2.1: Reachability Trees  6.2.2: Reachability with Planning Graphs  6.2.3: Independent Actions and Layered Plans  6.2.4: Mutual Exclusion Relations 6.3: The Graphplan Planner  6.3.1: Expanding the Planning Graph  6.3.2: Searching the Planning Graph  6.3.3: Analysis of Graphplan 6.4: Extensions and Improvements of Graphplan  6.4.1: Extending the Language  6.4.2: Improving the Planner  6.4.3: Extending the Independence Relation pay more attention to my notes than to the chapter Didn’t cover

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: : Propositional Satisfiability Techniques 7.1: Introduction 7.2: Planning problems as Satisfiability problems  7.2.1: States as propositional formulas  7.2.2: State transitions as propositional formulas  7.2.3: Planning problems as propositional formulas 7.3: Planning by Satisfiability  7.3.1: Davis-Putnam  7.3.2: Stochastic Procedures 7.4: Different Encodings  7.4.1: Action Representation  7.4.2: Frame axioms I won’t ask you about these. Didn’t cover

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 11 Chapter 11: HTN Planning 11.1: Introduction 11.2: STN Planning  : Tasks and Methods  : Problems and Solutions 11.3: Total-Order STN Planning 11.4: Partial-Order STN Planning 11.5: HTN Planning 11.6: Comparisons  : HTN Planning Versus STN Planning  : HTN Methods Versus Control Rules 11.7: Extensions  : Extensions from Chapter 2  : Additional Extensions 11.8: Extended Goals

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 12 Chapter 10: Control Rules in Planning Intro to Part III: Heuristics and Control Strategies 10.1: Introduction 10.2: Simple Temporal Logic 10.3: Progression 10.4: Planning Procedure 10.5: Extensions 10.6: Extended Goals

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 13 Chapter 16: Planning Based on MDPs 16.1: Introduction 16.2: Planning in Fully Observable Domains  : Domains, Plans, and Planning Problems  : Planning Algorithms 16.3: Planning under Partial Observability  : Domains, Plans, and Planning Problems  : Planning Algorithms 16.4: Reachability and Extended Goals

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: : Planning based on Model Checking 17.1: Introduction 17.2: Planning for Reachability Goals  : Domains, Plans, and Planning Problems  : Planning Algorithms 17.3: Planning for Extended Goals  : Domains, Plans, and Planning Problems  : Planning Algorithms  : Beyond Temporal Logics 17.4: Planning under Partial Observability  : Domains, Plans, and Planning Problems  : Planning Algorithms 17.5: Planning as Model Checking vs. MDPs

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 15 Chapter 9: Heuristics in Planning 9.1: Introduction 9.2: Design Principle for Heuristics: Relaxation 9.3: Heuristics for State-Space Planning  9.3.1: State Reachability Relaxation  9.3.2: Heuristically Guided Backward Search  9.3.3: Admissible State-Space Heuristics  9.3.4: Graphplan as a Heuristic-Search Planner 9.4: Heuristics for Plan-Space Planning  9.4.1: Flaw-Selection Heuristics  9.4.2: Resolver-Selection Heuristics

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 16 Chapter 14: Temporal Planning 14.1: Introduction 14.2: Planning with Temporal Operators  : Temporal Expressions and Temporal Databases  : Temporal Planning Operators  : Domain axioms  : Temporal Planning Domains, Problems and Plans  : Concurrent Actions with Interfering Effects  : A Temporal Planning Procedure 14.3: Planning with Chronicles  : State Variables, Timelines and Chronicles  : Chronicles as Planning Operators  : Chronicle Planning Procedures  : Constraint Management in CP  : Search Control in CP

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: : Planning and Resource Scheduling 15.1: Introduction 15.2: Elements of Scheduling Problems  : Actions  : Resources  : Constraints and Cost Functions 15.3: Machine Scheduling Problems  : Classes of Machine Scheduling Problems  : Complexity of Machine Scheduling  : Solving Machine Scheduling Problems  : Planning and Machine Scheduling 15.4: Integrating Planning and Scheduling  : Representation  : Detecting Resource Conflicts  : Managing Resource-Conflict Flaws I won’t ask you about these.

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 18 The Exam Saturday, December 19, 10:30-12:30 Open book, open notes For each of you, I’ll compute the best one of the following:  Midterm 20%, Final 50%, Project 30%  Midterm 30%, Final 40%, Project 30%  Midterm 40%, Final 30%, Project 30%

Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: 19 Miscellaneous Sample exams:  Go to the home page, and click on “private materials” If you have questions, send  Better to cc it to the entire class I’ll probably send you about additional sections of the book that you won’t need to know