Skip to content

Projects done as part of an online AI course by UC Berkeley.

Notifications You must be signed in to change notification settings

sukritiverma1996/Intro-to-AI-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro-to-AI-course

Projects done as part of an online AI course by UC Berkeley: http://ai.berkeley.edu/project_overview.html

Search is an implementation of various graph search algorithms for search trees including BFS, DFS, heuristic driven A* Graph Search.

Multiagent search is an implementation of search tree algorithms used for multiplayer games like Pacman, Tic-Tac-Toe etc. Algorithms include MiniMax with Alpha-Beta Pruning and ExpectiMax.

Also designed evaluation functions to evaluate states and state-action pairs used by a Reflex Agent.

Reinforcement is an implementation of various reinforcement learning techniques such as policy iteration, value iteration, Q-Learning and Approximate Q-Learning on Grid World and Pac-man.

About

Projects done as part of an online AI course by UC Berkeley.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages