- Step1: Clone the repository from GitHub
- Step2: Install Python 3 and required packages (e.g., numpy, pygame)
- Step3: Navigate to the project directory
- Step4: Run `python pacman.py` with agent flags to test baseline agents
- Step5: Implement or modify agent code in searchAgents.py or qlearningAgents.py
- Step6: Use included test suites or autograder to verify algorithm correctness
- Step7: Visualize agent performance in the game window
- Step8: Iterate on heuristics and learning parameters