/PAC-C

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PAC-C

Installation

git clone https://github.com/LBonassi95/PAC-C
cd PAC-C/
git clone https://github.com/LBonassi95/downward -b action-constraints

Instructions

Compiling a PAC problem: python3.X launch_PAC_C.py DOMAIN_PATH PROBLEM_PATH OUTPUT_PATH

Benchmarks and supplementary material

Supplementary material and benchmarks used for the IJCAI22 paper can be found at: https://github.com/LBonassi95/PAC-benchmarks-IJCAI22

Citation

@inproceedings{DBLP:conf/ijcai/BonassiGS22,
  author       = {Luigi Bonassi and
                  Alfonso Emilio Gerevini and
                  Enrico Scala},
  title        = {Planning with Qualitative Action-Trajectory Constraints in {PDDL}},
  booktitle    = {{IJCAI}},
  pages        = {4606--4613},
  publisher    = {ijcai.org},
  year         = {2022}
}