Skip to content

PasDeChat/AIpacman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UC Berkeley Pacman Projects

Project Brief

A project for my third year Artificial Intelegent course. The project follows UC Berkeley Pacman Project from project 1 to 3. The project require us to implement search algorithm, AI algorithm, and agent-based machine learning. The list of algorithms implemented here:

Showcase

Depth First Search Pathfinding
dfs

Breadth First Search Pathfinding
bfs

Uniform Cost Search Pathfinding
ucs

A-Star Search Pathfinding
astar

Minimax Algorithm Agent
minimax

Alpha-Beta Algorithm Agent
alphabeta

Expectiminimax Algorithm Agent
expectiminimax

Built With

About

UC Berkeley Pacman Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • HTML 1.9%