Code and data for the ICAPS 2021 paper "Online Saturated Cost Partitioning for Classical Planning"
Description
Code
The file seipp-icaps2021-code.zip contains an extended version of the Fast Downward planning system (http://fast-downward.org). The code for online saturated cost partitioning can be found in "src/search/cost_saturation/saturated_cost_partitioning_online_heuristic.{h,cc}". Please see http://www.fast-downward.org for detailed instructions on how to compile the planner. Here is the short version for building the planner and running online saturated cost partitioning:
./build.py
./fast-downward.py PDDL_TASK --heuristic "hscp=scp_online([\
projections(hillclimbing(max_generated_patterns=200, random_seed=0)), \
projections(systematic(2)), cartesian([landmarks(random_seed=0), goals(random_seed=0)])], interval=10K, \
orders=greedy_orders(random_seed=0), saturator=perimstar, max_time=1000, use_offline_samples=False, \
use_evaluated_state_as_sample=True, random_seed=0)" \
--search "astar(hscp, lazy_evaluator=hscp)"
The latest version of the code is available at https://github.com/jendrikseipp/scorpion.
Benchmarks
The file ipc-benchmarks-optimal-strips-1998-2018.zip contains the STRIPS PDDL benchmarks from sequential optimization tracks of IPC 1998-2018.
Experiment data
The remaining zipfiles contain the raw experiment data, parsed values and basic reports for the experiments in the paper. For each experiment there are two files. The first contains the raw data of all experiment runs. The code directories and benchmark files have been removed to avoid duplication and to save space. The second file (*-eval.zip) contains a "properties" file with all parsed values and an HTML report.
Files
2021-03-10-A-selection-strategies-eval.zip
Files
(988.1 MB)
Name | Size | Download all |
---|---|---|
md5:9890be3dcad1a181da5162972973dec2
|
11.7 MB | Preview Download |
md5:70d5382e030a19a9b9ff27c97279903c
|
578.3 MB | Preview Download |
md5:3e48ff578bda44ecb9ee05f5db4e5312
|
7.2 MB | Preview Download |
md5:50fb0b431e08d1c771f068fce7bb4dff
|
376.9 MB | Preview Download |
md5:bd4beac198a21d6a4a39e62d955b5c0e
|
13.1 MB | Preview Download |
md5:8c24530c9ebec0a2a8aee30f9f803a32
|
825.1 kB | Preview Download |