Project 2: Multi-Agent Pac-Man

Introduction

In this project, you will design agents for the classic version of Pac-Man, including ghosts. Along the way, you will implement both minimax and expectimax search and try your hand at evaluation function design. Here are the project instructions. Good Luck!

Zip Instructions

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/multiagents.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.

Submit

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.