Skip to content

Repository for the project of the DTU course 02285 - Artificial Intelligence and Multi-Agent Systems

License

Notifications You must be signed in to change notification settings

ivanarena/dtu-02285-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Final programming project

A project made for DTU course 02285 Artificial Intelligence and Multi-Agent Systems, spring 2024.

Made by group no. 5, group name PIAF.

Instructions

Run levels

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

Produce competition zip

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"

Testing script

To use the testing script run from root folder:

cd searchclient/searchclient_python
python3 runner.py

About

Repository for the project of the DTU course 02285 - Artificial Intelligence and Multi-Agent Systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published