Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 1.02 KB

README.md

File metadata and controls

11 lines (10 loc) · 1.02 KB

Intelligent PACMAN

  • This directory will be included all of my solutions to the Berkeley AI Projects of Pacman.
  • I've implemented three of them as my Intro to AI course projects at AUT Fall 2021.
  • You can get more info about projects in details here

Content

Project Title Algorithms 🔗 Links (My Repository, Project Manual)
Search DFS, BFS, UCS, Greedy Search, A* Search Solution / More Info
Multi-Agent Search Minimax, Alpha-Beta Pruning, Expectimax Solution / More Info
Reinforcement Learning Value Iteration, Q-learning, Approximate Q-learning Solution / More Info