• Stars
    star
    4
  • Rank 3,304,323 (Top 66 %)
  • Language
    C#
  • Created over 6 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of Tic Tac Toe 5x5 (4 in a row). Uses a DNN together with MCTS and Neuroevolution to train the weights. The network is similar to the one used by AlphaZero but with fewer residual layers and fewer filters.