Skip to content

Pacman AI that utilizes minimax, alpha beta pruning, expectimax.

Notifications You must be signed in to change notification settings

PARSA-MHMDI/AI-pacman-game-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Pacman Game-Minimax

Pacman AI that utilizes minimax, alpha beta pruning, expectimax.

The Pacman Projects by the University of California, Berkeley. 687474703a2f2f61692e6265726b656c65792e6564752f696d616765732f7061636d616e5f67616d652e676966_2

Descriptions of the files of this project:

  1. Project.pdf
    • In this file, all details about the project have been explained.
  2. Report.pdf
    • Report file for the project. All results of implemented python codes with plots and solved questions are visible here.
  3. submission.py
    • Immplemented python code for agints.
  4. pacman folder
    • pacman game codes