Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
/ connect-four-ai Public archive

My attempt to write a Connect Four AI powered by AI.

License

Notifications You must be signed in to change notification settings

FlixCoder/connect-four-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four AI

My (next) attempt to write a Connect Four AI powered by machine learning.

Training

Run cargo run --release in the train crate folder. It takes some time until a good model comes out.

Playing

  1. Link or copy the appropriate model to the connect-four crate folder.
  2. Make sure the code picks up the correct model for the correct file. Modify the code to play against a different model. (TODO)
  3. Run cargo run --release and play the game.

About

My attempt to write a Connect Four AI powered by AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages