rmodi6 / pacman-ai-multiagent

Solutions to Pacman AI Multi-Agent Search problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pacman-ai-multiagent

This repository contains solutions to the Pacman AI Multi-Agent Search problems. The multiagent problem requires modeling an adversarial and a stochastic search agent using minimax algorithm with alpha-beta pruning and expectimax algorithms, as well as designing evaluation functions.

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

About

Solutions to Pacman AI Multi-Agent Search problems

License:MIT License


Languages

Language:Python 100.0%