- Step1: Clone the pacman-ai repository from GitHub.
- Step2: Install Python 3.6+ and required dependencies using pip install -r requirements.txt.
- Step3: Configure hyperparameters (learning rate, discount factor, exploration rate) in the config file.
- Step4: Run the training script to start Q-learning or value iteration experiments.
- Step5: Use the evaluation script to simulate games and collect performance metrics.
- Step6: Generate plots and visualize agent learning curves with the provided plotting utilities.