generalized planning via abstraction arbitrary numbers of
play

Generalized Planning via Abstraction: Arbitrary Numbers of Objects - PowerPoint PPT Presentation

Generalized Planning via Abstraction: Arbitrary Numbers of Objects Le on Illanes Sheila A. McIlraith Department of Computer Science University of Toronto Toronto, Ontario, Canada AAAI 2019 Motivating Example: Retail Delivery Le on


  1. Generalized Planning via Abstraction: Arbitrary Numbers of Objects Le´ on Illanes Sheila A. McIlraith Department of Computer Science University of Toronto Toronto, Ontario, Canada AAAI 2019

  2. Motivating Example: Retail Delivery Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 2 / 18

  3. Motivating Example: Retail Delivery Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 2 / 18

  4. Retail Delivery Solution Solution 1: A plan for a delivery problem instance 1 deliver package1 2 deliver package2 3 deliver package3 . . . Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 3 / 18

  5. Retail Delivery Solution Solution 2: A generalized solution for the problem 1 while there is some undelivered package do deliver it 2 Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 3 / 18

  6. Generalized Planning Workflow overview Plan Instantiator Classical Problem Classical Plan Generalized Generalized Generalized Problem Policy Planner Policy Executor Classical State Action Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 4 / 18

  7. Generalized Planning Workflow overview Plan Instantiator Classical Problem Classical Plan Generalized Generalized Generalized Problem Policy Planner Policy Executor Classical State Action Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 4 / 18

  8. Representation: Quantified Problems ∃ “There is at least one package for NY in Paris” ∃ [ x : NY-pkg ( x )] in-Paris ( x ) Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 5 / 18

  9. Automated Generalization From classical problem to quantified problem Use recent reformulation techniques: 12 Model indistinguishable objects with counting Abstract away the counters 1 Riddle et al. 2015. 2 Fuentetaja and de la Rosa 2016. Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 6 / 18

  10. Nondeterministic Actions ∃ Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 7 / 18

  11. Nondeterministic Actions ∃ ∃ ∃ ? ∃ Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 7 / 18

  12. Nondeterministic Actions Problem dynamics are actually deterministic Results in unfair nondeterminism Some of the outcomes are actually impossible Strong cyclic solvers typically assume fairness We need to deal with the unfairness 345 3 Bonet et al. 2017. 4 Illanes and McIlraith 2017. 5 Bonet and Geffner 2018. Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 7 / 18

  13. Generalized Planning Workflow overview Plan Instantiator Classical Problem Classical Plan Generalized Generalized Generalized Problem Policy Planner Policy Executor Classical State Action Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 8 / 18

  14. The Loom Algorithm Based on PRP 6 state-of-the-art planner for fair fully-observable nondeterministic (FOND) problems Incorporates verification step for termination 7 6 Muise, McIlraith, and Beck 2012. 7 Srivastava et al. 2011. Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 9 / 18

  15. Background: Idealized Version of PRP Start with Incorporate it empty policy into the policy Yes Done Goal-closed? No Find a new weak plan for some state not handled by the policy Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 10 / 18

  16. Idealized Version of Loom Start with Incorporate it empty policy into the policy Yes Done Goal-closed? No Yes Find a new weak plan for some state not handled Terminating? by the policy No Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 11 / 18

  17. Evaluation Given a generalized problem, produce a generalized solution Execute it over a many problem instances Compare to a classical planning approach Produce a plan for every instance Using Lama-First Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 12 / 18

  18. Generalized solutions with Loom Small overhead in most cases Domain Time to generalized solution (s) Recycling 0.03 Logistics 0.53 Hamburger 0.03 Construction 0.17 Roundabout 297.89 Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 13 / 18

  19. Executing generalized solutions Significant improvements in most cases Loom Lama-First Domain Execution time (s) Planning time (s) Relative (normalized average) (normalized average) Recycling 5.39 11.99 45% Logistics 0.04 0.03 133% Hamburger 0.05 0.26 19% Construction 0.10 1.47 7% Roundabout 0.004 0.006 67% Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 14 / 18

  20. Problems solved over time Construction domain Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 15 / 18

  21. Summary GP is synthesis of domain-specific planners Arbitrary numbers of objects can be abstracted into unfair nondeterminism This can be done automatically Solve with modified FOND planning In turn leveraging classical planning techniques Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 16 / 18

  22. Related Work Bonet, Blai and Hector Geffner (2018). “Features, Projections, and Representation Change for Generalized Planning”. IJCAI . Bonet, Blai et al. (2017). “Generalized Planning: Non-Deterministic Abstractions and Trajectory Constraints”. IJCAI . Fuentetaja, Raquel and Tom´ as de la Rosa (2016). “Compiling irrelevant objects to counters. Special case of creation planning”. AI Comm. 29.3. Illanes, Le´ on and Sheila A. McIlraith (2017). “Numeric Planning via Abstraction and Policy Guided Search”. IJCAI . Muise, Christian J., Sheila A. McIlraith, and J. Christopher Beck (2012). “Improved Non-Deterministic Planning by Exploiting State Relevance”. ICAPS . Riddle, Patricia J et al. (2015). “Automated transformation of PDDL representations”. SoCS . Srivastava, Siddharth et al. (2011). “Qualitative Numeric Planning”. AAAI . Le´ on Illanes , Sheila A. McIlraith: Generalized Planning: Arbitrary Numbers of Objects 17 / 18

  23. Generalized Planning via Abstraction: Arbitrary Numbers of Objects Le´ on Illanes Sheila A. McIlraith Department of Computer Science University of Toronto Toronto, Ontario, Canada AAAI 2019

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend