Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 620 Bytes

c4zero

Reimplementing AlphaZero (ish) to learn connect 4

Demo

Play against the AI on Google Colab

Roadmap

  • Train an AI opponent for Connect 2 using MCTS
  • Upgrade network to handle 2 dimensional board
  • Train AI opponent to play connect 4
  • Make training loop more robust to overfitting
  • Develop new game: Connect 4 - Tombola where board rotations are possible
  • Train AI opponent to play Connect 4 - Tombola
  • Integrate with SolidJS front end