Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 390 Bytes

Chess AI

This project aims to develop a deep neural network + Monte Carlo Tree Search approach to playing chess at a reasonable level. It is built upon much of DeepMind's research in this field for AlphaGo/AlphaZero.

The rest of this README will be updated as I come closer to finishing my work on this project.

Implementation

Prior Approaches

Limitations

References