Create a python virtual environment and install dependencies
python3 -m venv --prompt wl .venv
source .venv/bin/activate
pip install -r requirements.txt
To run the tool, simply call main.py
and it will show you the options
python3 main.py
The following call will test for pairwise conflicts between states in Gripper instances
./main.py pairwise-wl --data-path data/gripper
The following call will test for pairwise conflicts between states in Gripper instances
./main.py wl --domain_file_path data/gripper/domain.pddl --problem_file_path data/gripper/p-1-0.pddl