andi611 / Pacman-With-AI-Python

Implementations of artificial intelligence agents that plays Pac-Man

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artificial Intelligence in Pacman

Class material offered in the course "Artificial Intelligence (2019 Spring) of NTU"

Search Agents

Implementation:

Algorithms:

  • Depth First Search (DFS)
  • Breadth First Search (BFS)
  • Uniform Cost Search (UCS)
  • A Star Search (ASS)

Multi-Agents

Implementation:

Algorithms:

  • Rule Base Reflex
  • Minimax Search
  • Alpha-Beta Pruning
  • Expectiminimax Search

About

Implementations of artificial intelligence agents that plays Pac-Man

License:MIT License


Languages

Language:Python 100.0%