Second iteration of the ChePT Neural Chess Engine - Refined and Improved
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python data/get_datasets.py --download --preprocess
$ python run.py pretrain
Then accept the default presets when prompted. You may need to use the --batch_size flag depending on your hardware constraints, as the model is extremely video memory intensive when using CUDA.