An open API service indexing awesome lists of open source software.

https://github.com/yash9657/pac-man-search

This repository contains solution to the pacman search problems of the UC Berkley CS188 AI class.
https://github.com/yash9657/pac-man-search

pacman pacman-agent pacman-game python uc-berkeley

Last synced: 11 months ago
JSON representation

This repository contains solution to the pacman search problems of the UC Berkley CS188 AI class.

Awesome Lists containing this project

README

          

# Pac-Man-Search
This repository contains solution to the pacman search problems of the UC Berkley CS188 AI class.

Navigate to the search.py file in the root and look up the dfs, bfs, ucs, and astar implementations.
If you wish to get more information about the question, http://ai.berkeley.edu/search.html this is the link to the task.