YwEwanHuang / Artificial-Intelligence-Berkeley-CS188

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%