Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 455 Bytes

Berkeley-CS-188-AI-Pacman

Project 1: Search in Pacman

Link: https://goo.gl/XAVtp7

My Solution to: Project 1: Plays Pacman using state space search (BFS, DFS, A*). Files edited: search.py, searchAgents.py

Provisional grades: Total: 24/25

Project 2: Multi-Agent Pacman

Link: https://goo.gl/3iA5bT

My Solution to: Project 2: Pacman faces the ghost using Reflex Agent, MiniMax, Alpha-Beta Pruning and Expectimax

Provisional grades: Total: 25/25