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.
- Host: GitHub
- URL: https://github.com/yash9657/pac-man-search
- Owner: yash9657
- Created: 2023-11-03T15:19:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T15:30:59.000Z (over 2 years ago)
- Last Synced: 2025-02-22T11:34:42.376Z (over 1 year ago)
- Topics: pacman, pacman-agent, pacman-game, python, uc-berkeley
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.