Skip to content

Learned about search problems (A*, CSP, minimax), reinforcement learning, bayes nets, hidden markov models, and machine learning

Notifications You must be signed in to change notification settings

molson194/Artificial-Intelligence-Berkeley-CS188

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial-Intelligence - Berkeley-CS188

Learned about search problems (A*, CSP, minimax), reinforcement learning, bayes nets, hidden markov models, and machine learning. Completed all homeworks, projects, midterms, and finals in 5 weeks.

UI V2

Project 1

Implemented Depth First Search, Breadth First Search, Uniform Cost Search, and A* Search. Created different heuristics. Helped pacman agent find shortest path to eat all dots.

UI V2

UI V2

UI V2

UI V2

UI V2

UI V2

Project 2

Created basic reflex agent based on a variety of parameters. Improved agent to use minimax algorithm (with alpha-beta pruning). Implemented expectimax for random ghost agents. Improved evaluation function for pacman states.

UI V2

UI V2

Project 3

Worked with Markov Decision Processes. Started with value iteration agent. Then, worked on changing noise and discount parameters to enact different policies. Built Q-Learning agent and an Epsilon Greedy agent. Then, used reinforcement learning to approximate Q-Values.

UI V2

UI V2

UI V2

UI V2

UI V2

UI V2

Project 4

Updated belief distribuition of ghost agents based on sequential noise readings and distribution of future ghost agent states. Moved pacman based on closest likely ghost location. Then, used particle filtering to achieve the same result. Finally, implemented joint particle filtering algorithm with multiple reactive ghosts.

UI V2

UI V2

UI V2

UI V2

UI V2

UI V2

UI V2

UI V2

Project 5

Implemented perceptron classifier and MIRA classifier to read handwritten digits. Improved features used to distinguish digits. Applied machine learning to pacman games. Improved pacman features.

UI V2

About

Learned about search problems (A*, CSP, minimax), reinforcement learning, bayes nets, hidden markov models, and machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages