mpnunez / Connect4-AI

Training an AI Player to play Connect4
0 stars 0 forks source link

Migrate to open_spiel #12

Closed mpnunez closed 2 months ago

mpnunez commented 2 months ago

open_spiel has many games including tic-tac-toe and connect4. This will expand what games we can train on, reduce our code implementation, and give a better API to interface with our learning agents.

mpnunez commented 2 months ago

https://github.com/mpnunez/Connect4-AI/pull/13