In this project, your Pac-Man agent will find paths through their maze world, both to reach a particular location and to collect food efficiently. You will build general search algorithms and apply them to different Pac-Man scenarios. Here are the project instructions. Good Luck!
This assignment should be submitted with the filename name solution.zip
.
Please use the command line zip
tool to make sure this gets zipped correctly:
zip -j solution.zip pacai/student/search.py pacai/student/searchAgents.py
The filename must be solution.zip and the maximum size is 50 KB. After your submission is uploaded, the autograder will begin running. This may take some time depending on the assignment, do not refresh your page until you see the autograder output.
To run the autograder and submit, make sure to enter your CruzID for username, the password sent to you via email, and select the solution zip file to be uploaded. Talk with your TAs if you have not received an email containing your password yet.