Skip to content

This is the first project of the Spring 2014 CS 188 (Introduction to Artificial Intelligence) class at UC Berkeley. It implements different search algorithms (DFS, BFS, UCS and AStar). Pacman does not work against adversarial agents (ghosts) but can clean up a board highly efficiently with AStar search and the foodHeuristic (implemented in searc…

Notifications You must be signed in to change notification settings

Jornason/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacman

This is the first project of the Spring 2014 CS 188 (introduction to Artificial Intelligence) class at UC Berkeley. It implements different search algorithms (DFS, BFS, UCS and AStar). Pacman does not work against adversarial agents (ghosts) but can clean up a board highly efficiently with AStar search and the foodHeuristic (implemented in searchAgents.py).

About

This is the first project of the Spring 2014 CS 188 (Introduction to Artificial Intelligence) class at UC Berkeley. It implements different search algorithms (DFS, BFS, UCS and AStar). Pacman does not work against adversarial agents (ghosts) but can clean up a board highly efficiently with AStar search and the foodHeuristic (implemented in searc…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages