My Simple Implementation of AlphaGo Zero on Connect4
I recently implemented and trained a simple version of AlphaGo Zero on Connect4 game by using Python+Keras(Tensorflow as backend). The details of AlphaGo Zero algorithm, the complete source code and the trained model can be found in my GitHub (https://github.com/yichen914/MyAlphaGoZeroOnConnect4/blob/master/README.md).
Hope you like this topic and welcome to share your feedback with me.