Putting some of the best local models to the development test ...
The tutorial walks through the entire game from scratch in 13 steps, explaining every line of code along the way.
├── Chess_AI.ipynb # Jupyter Notebook for Root AlphaZero training/testing ├── best_model.pth # Pre-trained checkpoint for the root AlphaZero agent ├── model.py # PyTorch implementation of ChessNet ...