My (next) attempt to write a Connect Four AI powered by machine learning.
Run cargo run --release
in the train
crate folder. It takes some time until a good model comes out.
- Link or copy the appropriate model to the
connect-four
crate folder. - Make sure the code picks up the correct model for the correct file. Modify the code to play against a different model. (TODO)
- Run
cargo run --release
and play the game.