https://github.com/rmodi6/pacman-ai-ghostbusters
Solutions to Pacman AI Ghostbusters problems
https://github.com/rmodi6/pacman-ai-ghostbusters
artificial-intelligence bayesian-inference bayesian-networks inference-algorithms pacman python27
Last synced: 9 months ago
JSON representation
Solutions to Pacman AI Ghostbusters problems
- Host: GitHub
- URL: https://github.com/rmodi6/pacman-ai-ghostbusters
- Owner: rmodi6
- License: mit
- Created: 2019-11-03T17:55:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T19:12:55.000Z (over 6 years ago)
- Last Synced: 2024-11-12T10:12:11.569Z (over 1 year ago)
- Topics: artificial-intelligence, bayesian-inference, bayesian-networks, inference-algorithms, pacman, python27
- Language: Python
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pacman-ai-ghostbusters
This repository contains solutions to the Pacman AI Ghostbusters problems. The ghostbusters problem involves designing a Pacman agent that uses sensors to locate and eat invisible ghosts. It includes implementation of exact inference in a bayesian network using the forward algorithm.
More information regarding this project can
be found at UC Berkeley's Project [page](http://ai.berkeley.edu/tracking.html).