rmodi6 / pacman-ai-search

Solutions to Pacman AI Search problems

Repository from Github https://github.comrmodi6/pacman-ai-searchRepository from Github https://github.comrmodi6/pacman-ai-search

pacman-ai-search

This repository contains solutions to the Pacman AI Search problems. The search problem includes implementation of uninformed search algorithms like depth-first search (DFS), breadth-first search (BFS), uniform cost search, and A star search algorithms. These algorithms are used to solve navigation and traveling salesman problems in the Pacman world.

More information regarding this project can be found at UC Berkeley's Project page.

About

Solutions to Pacman AI Search problems

License:MIT License


Languages

Language:Python 100.0%