Published December 17, 2024 | Version v1
Software Open

Code, Data and Models for the AAAI 2025 paper "Learning More Expressive General Policies for Classical Planning Domains"

  • 1. ROR icon RWTH Aachen University
  • 2. ROR icon Pompeu Fabra University

Description

Code

The file 'code.zip' contains the source code used for training and testing. To train new or use existing models, we recommend compiling the source code using the included Apptainer recipes. See README.md for more information on how to use them. To train a model with the same configuration and hyperparameters we used in the paper, we suggest opening the '*.hparams' file in a text editor: it is just a json file and contains the arguments used to initialize the model. In general, each hyperparameter corresponds to an argument to the training program. For example:

  • "pair_embeddings": true must be enabled to train the more expressive models, and
  • "composition_depth": 0 is the t parameter in the paper.

Some arguments override others, e.g. "all_compositions": true is used for the baseline R-GNN_2, to use all possible compositions rather than those based on t.

Data

The file 'data.zip' contains all training and test instances used in the paper.

Models

The file 'models.zip' contains all the models that are used in the paper.

Files

code.zip

Files (158.7 MB)

Name Size Download all
md5:c1915dc6ba0b62c99b200814c4dc5e2e
546.7 kB Preview Download
md5:61f0a24874dcb77eaa3c9326c8189c81
669.1 kB Preview Download
md5:6216aa75b7f65465fb56828382d8096e
157.5 MB Preview Download

Additional details

Software

Programming language
C++