Skip to content

qdm097/StochChess

Repository files navigation

StochChess

A chess AI which uses stochastic descent through GAN architecture. Yes, it is a console app; this may or may not change in the future.

This code IS NOT well documented, but this is slowly being fixed.

In order to use this project you must go into the "Data" class and change "NPath" to the path of the "Wets" file on your machine, the same must be done for the "Path", but this one for your "Pieces" file path. This on line 13 & 12, respectively, of the "Data" class.