Skip to content

Python implementations of various adversarial search techniques applied to the Pacman game. The implementations include a simple reflex agent, a vanilla minimax agent, alpha-beta pruned minimax agent and an expectimax agent with a tailored evaluation function.

Notifications You must be signed in to change notification settings

MoemenGaafar/Pacman-AI

About

Python implementations of various adversarial search techniques applied to the Pacman game. The implementations include a simple reflex agent, a vanilla minimax agent, alpha-beta pruned minimax agent and an expectimax agent with a tailored evaluation function.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages