An implementation of Google DeepMind's AlphaZero Algorithm using PyTorch and tested with Connect4
TO-DOs:
- Fix evaluation results (loss minimized but performance not meeting standards)
- Add more testing and documentation
An implementation of Google DeepMind's AlphaZero algorithm for Connect4.
PythonGPL-3.0