Published December 16, 2024 | Version v1
Software Open

Code and experiment data of the AAAI 2025 paper "PDBs Go Numeric: Pattern-Database Heuristics for Simple Numeric Planning"

Description

Code

The file code.zip contains an extended version of the Fast Downward planning system (http://fast-downward.org). The code for numeric Pattern-Database heuristics can be found in "src/search/numeric_pdbs/". The scripts used to run the experiments can be found in "experiments/numeric_pdbs/". Please see http://www.fast-downward.org for detailed instructions on how to compile the planner. IBM CPLEX is needed only running the baseline using the numeric operator counting heuristic, but not for numeric PDBs. CPLEX is not part of the code.zip archive. Here is the short version for building the planner and running the numeric iPDB heuristic:

./build.py release64
./fast-downward.py --build release64 PROBLEM_FILE --search "astar(numeric_ipdb())"

The latest version of the code is available at https://github.com/dgnad/numeric-fast-downward.

Benchmarks

The file benchmarks.zip contains the numeric PDDL benchmarks used in the experimental evaluation of the paper.

Experiment Data

The remaining files contain the raw experiment data and parsed values for the experiments in the paper. The file "experiment-data-raw.tar.gz" contains the raw data, including log files, of all experiment runs. The file experiment-data-parsed.xz contains a "properties" file with all parsed values.

Files

benchmarks.zip

Files (31.3 MB)

Name Size Download all
md5:4f63af999019c7e99b45e674be9e052f
821.5 kB Preview Download
md5:31bdd68a1d55dce2ec3076b7ae7e8b6f
1.1 MB Preview Download
md5:ca5d8874d5cc67ca44b753dfbec2728a
727.1 kB Download
md5:5495e99c180ab8747991f29bc6c59154
28.6 MB Download

Additional details