Skip to content

Implementation of reinforcement learning algorithms to solve pacman game. Part of CS188 AI course from UC Berkeley.

Notifications You must be signed in to change notification settings

worldofnick/pacman-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacman-AI

Implementation of various AI techniques to solve pacman game. It is part of CS188 AI course from UC Berkeley.

Topics include:

Search: DFS, BFS, UCS, A*, Herustics
Multi-Agent Search: Reflex Agents, Minimax, Alpha-beta pruning, Expectimax
Reinforcement: Value Iteration, Policies, TD-Learning, Q-Learning, Approximate Q-Learning
Bayes' Net and Filtering: Exact Inference, Approximate Inference, Particle Filtering

Releases

No releases published

Packages

No packages published

Languages