You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure the directory containing this code is in your PYTHONPATH.
Download and build the plan validation tool available at https://github.com/KCL-Planning/VAL, then make a symlink called validate on your path that points to the build/Validate binary, e.g. ln -s <path to VAL>/build/Validate /usr/local/bin/validate. If done successfully, running validate on your command line should give an output that starts with the line: "VAL: The PDDL+ plan validation tool". If you have trouble with the symlink, you can just directly change VALIDATE_CMD in planning/validate.py to point to the build/Validate binary. Note: we have found more success directly downloading binaries from https://dev.azure.com/schlumberger/ai-planning-validation/_build?view=runs (click the latest green run, click one of the Jobs near the bottom, then click "artifacts produced" to get to the downloadable binaries), rather than building from the Github source.
Now, ./run.sh should work. Different domains and methods can be run by modifying the variables at the top of run.sh.
About
Code for "Planning with Learned Object Importance in Large Problem Instances using Graph Neural Networks" (AAAI 2021)