Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 422 Bytes

Project2 for Intro to AI

  • Gravity connect four AI with Monte Carlo Tree Search(MCTS) and Upper Confidence bounds applied to Trees(UCT).

  • Import nodes pool to reduce the time used to allocate space, which will be destructed when the decision is made.

  • The win rate against 90.so is over 90%, against 94.so is about 60%, 100.so is about 30%.

  • Some of ideas are learned from https://github.com/duzx16/Connect4AI