Presentation is loading. Please wait.

Presentation is loading. Please wait.

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

Similar presentations


Presentation on theme: "Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License:"— Presentation transcript:

1 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 1 Review for the Final Exam Dana S. Nau Dept. of Computer Science, and Institute for Systems Research University of Maryland Lecture slides for Automated Planning: Theory and Practice

2 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 2 The Chapters We’ve Covered l Chapter 1: Introduction l Chapter 2: Representations for Classical Planning l Chapter 3: Complexity of Classical Planning l Chapter 4: State-Space Planning l Chapter 5: Plan-Space Planning l Chapter 6: Planning-Graph Techniques l Chapter 7: Propositional Satisfiability Techniques l Chapter 10: Control Rules in Planning l Chapter 11: Hierarchical Task Network Planning l Chapter 23: Planning in the Game of Bridge l Chapter 16: Planning based on Markov Decision Processes l Chapter 17: Planning based on Model Checking l Chapter 9: Heuristics in Planning l Chapter 14: Temporal Planning l Chapter 15: Planning and Resource Scheduling l Chapter 21: Planning for Manufacturability Analysis

3 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 3 Chapter 1: Introduction and Overview l 1.1: First Intuitions on Planning l 1.2: Forms of planning l 1.3: Domain-Independent Planning l 1.4: Conceptual Model for Planning l 1.5: Restricted Model l 1.6: Extended Models l 1.7: A Running Example: Dock-Worker Robots Not very much I could ask about

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

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

6 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 6 2: Representations for Classical Planning l 2.5: State-Variable Representation u 2.5.1: State Variables u 2.5.2: Operators and Actions u 2.5.3: Domains and Problems u 2.5.4: Properties l 2.6: Comparisons

7 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 7 Chapter 3: Complexity of Classical Planning l 3.1: Introduction l 3.2: Preliminaries l 3.3: Decidability and Undecidability Results l 3.4: Complexity Results u 3.4.1: Binary Counters u 3.4.2: Unrestricted Classical Planning u 3.4.3: Other results l 3.5: Limitations Not very much I could ask about

8 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 8 Chapter 4: State-Space Planning l 4.1: Introduction l 4.2: Forward Search u 4.2.1: Formal Properties u 4.2.2: Deterministic Implementations l 4.3: Backward Search l 4.4: The STRIPS Algorithm l 4.5: Domain-Specific State-Space Planning u 4.5.1: The Container-Stacking Domain u 4.5.2: Planning Algorithm soundness & completeness, loop checking, relevant actions See Chapters 10 and 11

9 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 9 Chapter 5: Plan-Space Planning l 5.1: Introduction l 5.2: The Search Space of Partial Plans l 5.3: Solution Plans l 5.4: Algorithms for Plan Space Planning u 5.4.1: The PSP Procedure u 5.4.2: The PoP Procedure l 5.5: Extensions l 5.6: Plan Space Versus State Space Planning flaws, protected conditions, resolvers

10 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 10 Chapter 6: Planning-Graph Techniques l 6.1: Introduction l 6.2: Planning Graphs u 6.2.1: Reachability Trees u 6.2.2: Reachability with Planning Graphs u 6.2.3: Independent Actions and Layered Plans u 6.2.4: Mutual Exclusion Relations l 6.3: The Graphplan Planner u 6.3.1: Expanding the Planning Graph u 6.3.2: Searching the Planning Graph u 6.3.3: Analysis of Graphplan l 6.4: Extensions and Improvements of Graphplan u 6.4.1: Extending the Language u 6.4.2: Improving the Planner u 6.4.3: Extending the Independence Relation pay more attention to my notes than to the chapter

11 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 11 7: Propositional Satisfiability Techniques l 7.1: Introduction l 7.2: Planning problems as Satisfiability problems u 7.2.1: States as propositional formulas u 7.2.2: State transitions as propositional formulas u 7.2.3: Planning problems as propositional formulas l 7.3: Planning by Satisfiability u 7.3.1: Davis-Putnam u 7.3.2: Stochastic Procedures l 7.4: Different Encodings u 7.4.1: Action Representation u 7.4.2: Frame axioms I probably won’t ask you about these procedures. If I change my mind, I’ll let you know.

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

13 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 13 Chapter 11: HTN Planning l 11.1: Introduction l 11.2: STN Planning u 11.2.1: Tasks and Methods u 11.2.2: Problems and Solutions l 11.3: Total-Order STN Planning l 11.4: Partial-Order STN Planning l 11.5: HTN Planning u 11.5.1: Task Networks u 11.5.2: HTN Methods u 11.5.3: HTN Problems and Solutions u 11.5.4: Planning Procedures

14 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 14 Chapter 11: HTN Planning l 11.6: Comparisons u 11.6.1: HTN Planning Versus STN Planning u 11.6.2: HTN Methods Versus Control Rules l 11.7: Extensions u 11.7.1: Extensions from Chapter 2 u 11.7.2: Additional Extensions l 11.8: Extended Goals

15 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 15 Chapter 16: Planning based on MDPs l 16.1: Introduction l 16.2: Planning in Fully Observable Domains u 16.2.1: Domains, Plans, and Planning Problems u 16.2.2: Planning Algorithms l 16.3: Planning under Partial Observability u 16.3.1: Domains, Plans, and Planning Problems u 16.3.2: Planning Algorithms l 16.4: Reachability and Extended Goals

16 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 16 17: Planning based on Model Checking l 17.1: Introduction l 17.2: Planning for Reachability Goals u 17.2.1: Domains, Plans, and Planning Problems u 17.2.2: Planning Algorithms l 17.3: Planning for Extended Goals u 17.3.1: Domains, Plans, and Planning Problems u 17.3.2: Planning Algorithms u 17.3.3: Beyond Temporal Logics l 17.4: Planning under Partial Observability u 17.4.1: Domains, Plans, and Planning Problems u 17.4.2: Planning Algorithms l 17.5: Planning as Model Checking vs. MDPs

17 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 17 Chapter 9: Heuristics in Planning l 9.1: Introduction l 9.2: Design Principle for Heuristics: Relaxation l 9.3: Heuristics for State-Space Planning u 9.3.1: State Reachability Relaxation u 9.3.2: Heuristically Guided Backward Search u 9.3.3: Admissible State-Space Heuristics u 9.3.4: Graphplan as a Heuristic-Search Planner l 9.4: Heuristics for Plan-Space Planning u 9.4.1: Flaw-Selection Heuristics u 9.4.2: Resolver-Selection Heuristics

18 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 18 Chapter 14: Temporal Planning l 14.1: Introduction l 14.2: Planning with Temporal Operators u 14.2.1: Temporal Expressions and Temporal Databases u 14.2.2: Temporal Planning Operators u 14.2.3: Domain axioms u 14.2.4: Temporal Planning Domains, Problems and Plans u 14.2.5: Concurrent Actions with Interfering Effects u 14.2.6: A Temporal Planning Procedure l 14.3: Planning with Chronicles u 14.3.1: State Variables, Timelines and Chronicles u 14.3.2: Chronicles as Planning Operators u 14.3.3: Chronicle Planning Procedures u 14.3.4: Constraint Management in CP u 14.3.5: Search Control in CP

19 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 19 15: Planning and Resource Scheduling l 15.1: Introduction l 15.2: Elements of Scheduling Problems u 15.2.1: Actions u 15.2.2: Resources u 15.2.3: Constraints and Cost Functions l 15.3: Machine Scheduling Problems u 15.3.1: Classes of Machine Scheduling Problems u 15.3.2: Complexity of Machine Scheduling u 15.3.3: Solving Machine Scheduling Problems u 15.3.4: Planning and Machine Scheduling l 15.4: Integrating Planning and Scheduling u 15.4.1: Representation u 15.4.2: Detecting Resource Conflicts u 15.4.3: Managing Resource-Conflict Flaws

20 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 20 The Exam l December 15, CSI 1121, 1:30pm to 3:30pm l Open book, open notes (closed neighbor) l On the exam sheet, I’ll let you choose u Midterm 20%, Final 50% u Midterm 30%, Final 40% u Midterm 40%, Final 30% l The other 30% is the project

21 Dana Nau: Lecture slides for Automated Planning Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License: http://creativecommons.org/licenses/by-nc-sa/2.0/ 21 Miscellaneous l If you have questions: u cmsc722@cs.umd.edu l Sample exams: go to the home page, click on “sample exams” u Send email if you’ve forgotten the name/password u Midterm and final for four different semesters »The more recent the semester, the closer the material is to what we covered this time


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

Similar presentations


Ads by Google