A project made for DTU course 02285 Artificial Intelligence and Multi-Agent Systems, spring 2024.
Made by group no. 5, group name PIAF.
From root folder:
cd searchclient/searchclient_python
Then run this command tweaking the parameters if necessary:
java -jar ../server.jar -l ../levels/MAPF00.lvl -c "python3 searchclient.py -astar" -g -s 300 -t 180
The command run to produce the competition results is:
java -jar ../server.jar -c "python3 searchclient.py -astar" -l "../levels/competition/" -t 180 -o "PIAF.zip"
To use the testing script run from root folder:
cd searchclient/searchclient_python
python3 runner.py