Skip to content

rwn17/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Project for Intro to AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published