- Step1: Clone the repository via git clone https://github.com/TejasNaikk/MultiAgentPacman.git
- Step2: Install Python 3.x and required dependencies (e.g., pygame) with pip install -r requirements.txt
- Step3: Run sample games using python pacman.py -p ReflexAgent or python pacman.py -p MinimaxAgent
- Step4: Create a custom agent by subclassing the Agent class in multiAgents.py
- Step5: Launch your agent with python pacman.py -p YourAgentName -l mediumMaze -q
- Step6: Use provided evaluation scripts to log wins, scores, and compare across multiple runs