lp based heuristics for cost optimal planning
play

LP-based Heuristics for Cost-optimal Planning Florian Gabriele - PowerPoint PPT Presentation

LP Heuristics Theoretical Results Empirical Results Conclusion LP-based Heuristics for Cost-optimal Planning Florian Gabriele Malte Blai Pommerening 1 oger 1 R Helmert 1 Bonet 2 1 University of Basel, Switzerland 2 Universidad Sim on


  1. LP Heuristics Theoretical Results Empirical Results Conclusion LP-based Heuristics for Cost-optimal Planning Florian Gabriele Malte Blai Pommerening 1 oger 1 R¨ Helmert 1 Bonet 2 1 University of Basel, Switzerland 2 Universidad Sim´ on Bol´ ıvar, Venezuela June 24, 2014

  2. LP Heuristics Theoretical Results Empirical Results Conclusion Recent interest in heuristics based on linear programming Certified “hot topic” (AAAI 2013 Spotlight Talk: What’s Hot at ICAPS?) Landmarks, state equation, PDBs, optimal cost partitioning Contributions Common framework Combination of heuristic values beyond the maximum Theoretical tool to show dominance

  3. LP Heuristics Theoretical Results Empirical Results Conclusion A framework for LP-based heuristics

  4. LP Heuristics Theoretical Results Empirical Results Conclusion Background Classical planning tasks States assign values to variables Operators allow to manipulate states Implicitly defined transition system Finding optimal solutions Cheapest sequence of operators from initial state to a goal Common approach: A ∗ + admissible heuristic

  5. LP Heuristics Theoretical Results Empirical Results Conclusion Operator-counting Constraints Operator occurrences in potential plans (2,1,0) (1,1,2) (0,0,0) (0,0,1) (1,2,1) (3,0,2) (1,3,1) (3,2,2) (2,2,0) (2,2,1) (1,2,0) (3,1,0) · · ·

  6. LP Heuristics Theoretical Results Empirical Results Conclusion Operator-counting Constraints Operator occurrences in potential plans (2,1,0) (1,1,2) (0,0,0) Landmark (0,0,1) (1,2,1) (3,0,2) (1,3,1) (3,2,2) (2,2,0) (2,2,1) (1,2,0) (3,1,0) · · ·

  7. LP Heuristics Theoretical Results Empirical Results Conclusion Operator-counting Constraints Operator occurrences in potential plans (2,1,0) (1,1,2) (0,0,0) Landmark (0,0,1) (1,2,1) (3,0,2) (1,3,1) (3,2,2) (2,2,0) (2,2,1) (1,2,0) PDB (3,1,0) · · ·

  8. LP Heuristics Theoretical Results Empirical Results Conclusion Operator-counting Constraints Operator occurrences in potential plans (2,1,0) (1,1,2) (0,0,0) Landmark (0,0,1) (1,2,1) (3,0,2) (1,3,1) (3,2,2) (2,2,0) (2,2,1) (1,2,0) Net change PDB (3,1,0) · · ·

  9. LP Heuristics Theoretical Results Empirical Results Conclusion Operator-counting Constraints Operator occurrences in potential plans (2,1,0) (1,1,2) (0,0,0) Landmark (0,0,1) (1,2,1) (3,0,2) (1,3,1) (3,2,2) (2,2,0) (2,2,1) (1,2,0) Net change PDB (3,1,0) · · ·

  10. LP Heuristics Theoretical Results Empirical Results Conclusion Operator-counting Constraints Operator occurrences in potential plans (2,1,0) (1,1,2) (0,0,0) Landmark (0,0,1) (1,2,1) (3,0,2) (1,3,1) (3,2,2) (2,2,0) (2,2,1) (1,2,0) Net change PDB (3,1,0) · · ·

  11. LP Heuristics Theoretical Results Empirical Results Conclusion Operator-counting Constraints Operator-counting constraint Linear constraints Operator-counting variable Y o for each operator Satisfied by occurrences in any plan Example: Y o 1 ≥ 2 Y o 2 IP/LP heuristics Minimize � cost ( o ) · Y o subject to o ∈O some operator-counting constraints LP relaxation solvable in polynomial time Admissible heuristics

  12. LP Heuristics Theoretical Results Empirical Results Conclusion How do existing heuristics fit?

  13. LP Heuristics Theoretical Results Empirical Results Conclusion Example 1: Disjunctive Action Landmarks Disjunctive action landmarks Set of operators At least one has to be used in any plan Landmarks constraints � Y o ≥ 1 o ∈ L Existing heuristic Optimal cost partitioning for landmarks (Karpas and Domshlak 2009) Extended by Keyder, Richter, and Helmert (2010) Formulation by Bonet and Helmert (2010) fits the framework

  14. LP Heuristics Theoretical Results Empirical Results Conclusion Example 2: Pattern Databases Pattern databases Admissible Only subset of operators is relevant Post-hoc optimization constraints h P ( s ) ≤ � cost ( o ) · Y o o relevant for P Existing heuristic Post-hoc optimization (Pommerening, R¨ oger, and Helmert 2013) Minor reformulation fits the framework

  15. LP Heuristics Theoretical Results Empirical Results Conclusion Example 3: Net Change Net change for a value of a variable Operators produce or consume the value Net change constraints Number of producers and consumers must balance out Lower bound estimation for operators that sometimes produce/consume. Existing heuristic State-equation heuristic (van den Briel et al. 2007, Bonet 2013, Bonet and van den Briel 2014) Fits the framework

  16. LP Heuristics Theoretical Results Empirical Results Conclusion Example 4: Explicit State Abstractions Explicit State Abstractions PDBs, Merge&Shrink, CEGAR, . . . Existing heuristic Optimal cost partitioning heuristic (Katz and Domshlak 2010) Dual LP: new perspective on same problem Dual constraints are operator-counting constraints

  17. LP Heuristics Theoretical Results Empirical Results Conclusion Theoretical Results

  18. LP Heuristics Theoretical Results Empirical Results Conclusion Combination of Heuristic Values Theorem The LP heuristic for a set of operator-counting constraints dominates the maximum over LP heuristics for the individual constraints Better way to combine different sources of information Dominance can be strict Example: Positive interaction between constraints State-equation heuristic Landmark constraint o 1 L = { o 1 } 0 1 o 2

  19. LP Heuristics Theoretical Results Empirical Results Conclusion Dominance of heuristics LP heuristics as analytic tool General scheme to show dominance of h 1 over h 2 h 1 is the LP heuristic with constraints C 1 1 h 2 is the LP heuristic with constraints C 2 2 Every solution of C 1 satisfies constraints in C 2 3 h 1 ≥ h 2 4

  20. LP Heuristics Theoretical Results Empirical Results Conclusion Dominance of heuristics Theorem h OCP Sys 1 ≤ h SEQ h OCP Sys 1 Optimal cost partitioning heuristic Abstractions: one projection to each goal variable h SEQ State-equation heuristic A counter example shows h SEQ �≤ h OCP Sys 1

  21. LP Heuristics Theoretical Results Empirical Results Conclusion Implied constraints Safety-based improvement of the state-equation heuristic (Bonet 2013) Net change constraints contain lower bound estimation Corresponding upper bound estimation can be added Some inequalities become equalities Theorem The safety-based improvement cannot increase the heuristic value of the state-equation heuristic.

  22. LP Heuristics Theoretical Results Empirical Results Conclusion Empirical Results

  23. LP Heuristics Theoretical Results Empirical Results Conclusion Results Individual Constraints PhO-Sys 1 PhO-Sys 2 OPT-Sys 1 SEQ LMC 630 587 631 744 443 Combination of Constraints LMC PhO-Sys 2 + PhO-Sys 2 LMC LMC + PhO-Sys 2 h LM-cut + SEQ + SEQ + SEQ 758 788 672 763 763

  24. LP Heuristics Theoretical Results Empirical Results Conclusion Interaction of Constraints Expansions Comparing combination in LP unsolved with maximum max( LMC , SEQ ) ( 109 / 788 ) 10 7 10 6 Coverage is unchanged 10 5 10 4 Stronger heuristic estimates 10 3 (synergy) 10 2 10 1 Fewer expansions 10 0 More tasks solved with perfect 10 0 10 1 10 2 10 3 10 4 10 5 10 6 10 7 uns. LMC+ SEQ ( 123 / 788 ) heuristic

  25. LP Heuristics Theoretical Results Empirical Results Conclusion Conclusion

  26. LP Heuristics Theoretical Results Empirical Results Conclusion Conclusion Common framework for LP-based heuristics Operator-counting constraints IP/LP heuristics Fits many existing heuristics Can be used to prove properties of heuristics Combination of information from different sources Stronger estimates than through maximization Synergy effects Poster presentation today in the second session (17:30)

  27. LP Heuristics Theoretical Results Empirical Results Conclusion Conclusion Common framework for LP-based heuristics Operator-counting constraints IP/LP heuristics Fits many existing heuristics Can be used to prove properties of heuristics Combination of information from different sources Stronger estimates than through maximization Synergy effects Poster presentation today in the second session (17:30)

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