iamjagdeesh/Artificial-Intelligence-Pac-Man
CSE 571 Artificial Intelligence
This project explores various artificial intelligence techniques through the classic Pac-Man game. It demonstrates how different AI algorithms, ranging from basic search to deep reinforcement learning, can be applied to maximize a Pac-Man agent's score. Students and AI researchers can use this to understand and implement fundamental AI concepts within a simulated environment.
No commits in the last 6 months.
Use this if you are an AI student or researcher looking to understand and apply core AI algorithms like search, adversarial behavior, and reinforcement learning in a practical, game-based context.
Not ideal if you're looking for a general-purpose gaming AI for commercial use or a highly optimized, production-ready Pac-Man AI.
Stars
52
Forks
52
Language
Python
License
—
Category
Last pushed
Jan 03, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/iamjagdeesh/Artificial-Intelligence-Pac-Man"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PetropoulakisPanagiotis/pacman-projects
Solutions of 1 and 2 Pacman projects of Berkeley AI course
zhiming-xu/CS188
Introduction to AI course assignment at Berkeley in spring 2019
abhinavcreed13/ai-capture-the-flag-pacman-contest
The course contest involves a multi-player capture-the-flag variant of Pacman, where agents...
aguunu/fishing-jigsaw
Compute optimal actions for a specific state of the Metin2 fishing jigsaw making use of...
rmodi6/pacman-ai-multiagent
Solutions to Pacman AI Multi-Agent Search problems