Chess engine PyTorch architecture based on original AlphaZero trained using Monte Carlo Tree Search through self-play. Front-end incorporates a simple PyGame chess game where you can challenge AlphaZero.
To start the game simply run:
foo@bar:~$ python3 game-engine.py
To start the training script you can run:
foo@bar:~$ python3 train.py
Credit to 'geochri' for inspiration to this project.