Post

Complete UCB AI project.

Brief report of completing the project.

Our course comes from UCB CS188, and the whole project is divided into 2 parts: Pacman project and self training model project.

Pacman project is divided into 6 parts, in which the first project is divided into A part and B part. I finished those projects by myself.

ProjectOnline testcases(passed/all)
Project 1A26 / 27
Project 1BAll passed
Project 2All passed
Project 3All passed
Project 4All passed
Project 525 / 27
Project 6All passed

Since this blog was actually edited in Feb.23, 2025, most infos like due time I have already forgotten. I apologize for that.

Self training model project is a group project and my teammate is SenLee. We choose to use an existing Python game implementation template, add agent model and train it. We want it can find a best way to get score.

Source code is public in my repo called simple-TankWar. We also wrote a simple paper to present our final results.

This project is scored by my AI teacher, but I have no access to know our score.

If you have any questions about this project, just leave your comments or contact me. I will reply soon.

This post is licensed under CC BY 4.0 by the author.