- Original domain files and upper bounds from: http://api.planning.domains/
- We used all instances from the optimal IPC trak until 2018.
ipc_cost_bounds.pycontains the cost bounts forx * best known cost boundwithx in {0.25, 0.5, 0.75}
- R. Eifler, M. Cashmore, J. Hoffmann, D. Magazzeni, and M. Steinmetz A New Approach to Plan-Space Explanation: Analyzing Plan-Property Dependencies in Oversubscription Planning Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI'20), New York City, USA, 2020
- R. Eifler, M. Steinmetz, A. Torralba, and J. Hoffmann, Plan-Space Explanation via Plan-Property Dependencies: Faster Algorithms & More Powerful Properties Proceedings of the 29th International Joint Conference on Artificial Intelligence (IJCAI'20), 2020
<domain name>- versions with action costs
- versions without resourc constraints
domain.pddl<goals_X>propertiesAS_vs_LTLLTL_onlyalllearning_test_125learning_test_150
- `<scale_X>
Attention: This property files still use the old syntax. The new syntax is based on JSON. An update is comming soon.
- AS_vs_LTL: Same plan properties once encoded in as 'Action Sets' once as LTLf formula
- LTL_only: Properties which need LTLf, for example orderings.
- all: All properties using either
ASorLTLdefinition depending on what is easier to use.
- R. Eifler, M. Cashmore, J. Hoffmann, D. Magazzeni, and M. Steinmetz A New Approach to Plan-Space Explanation: Analyzing Plan-Property Dependencies in Oversubscription Planning Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI'20), New York City, USA, 2020
- R. Eifler, M. Steinmetz, A. Torralba, and J. Hoffmann, Plan-Space Explanation via Plan-Property Dependencies: Faster Algorithms & More Powerful Properties Proceedings of the 29th International Joint Conference on Artificial Intelligence (IJCAI'20), 2020
- Reference formulas used in the paper are in
learning_test_150.f_x_pos.jsoncontains the original template formula andf_x_neg.jsonthe negated version. - For each domain we fixed the number of goals:
- blocksworld:
6 - nomystery:
4 - rovers:
6 - TPP:
4
- blocksworld:
- V. Seimetz, R. Eifler, and J. Hoffmann, Learning Temporal Plan Preferences from Examples: An Empirical Study Proceedings of the 30th International Joint Conference on Artificial Intelligence (IJCAI'21), 2021
- This data belongs to the application setup, where the planners do not know the target formula.
- plans: Contains the first 50 plans generated by the corresponding planner.
- annotated: Run folders with plans annotated according to the satisfaction of the target formula. Each folder corresponds to one target formula.
- learning: Results file of the learning step.
- This data belongs to the idealized setup where the planner knows the target formula and can generate positive and negative examples explicitly.
- plan_generation: Contains the generated examples plans by enforcing the target formulas and the negated target formula.
- learning: Results file of the learning step.