Jeremy Jang

Logo

Website under construction

Home | Experience | Projects | Education


Implementation of Little Go AI agent

Date: September 2023 - October 2023

Description:

Implemented a GO agent for a 5x5 board. Played against other various agents (random, greedy, aggressive, alpha-beta, Q-learning, championship).

Game Details:

End of Game Conditions:

Winning Conditions:

Approach:

I implemented my agent with an alpha-beta search + pruning strategy, and factored the following into my heuristic:

Remarks:

Resources: