From e29dbf92df6447813f60887962199570bf3dff69 Mon Sep 17 00:00:00 2001 From: BLE-B <65026892+BLE-B@users.noreply.github.com> Date: Tue, 8 Jun 2021 15:20:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ce2d7..170432c 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ In order to run the program, run main.py in a python 3 environment with pygame, Finally, in order run the program properly, a distribution of stockfish is required. Simply copy the source code (https://github.com/official-stockfish/Stockfish/releases/tag/sf_13) into the main folder and/or adjust the sf_13.py-file accordingly (currently set to "stockfish_13/sf_13.exe"). For more information on this amazing chess engine, check out the official website at https://stockfishchess.org/. -I received quite a bit of help from Eddie Sharick (unknowingly) in his YouTube tutorial series on how to program a chess game in python (as mentioned in the respective files; check out his playlist here: "https://youtube.com/playlist?list=PLBwF487qi8MGU81nDGaeNE1EnNEPYWKY_"). Also, the pandas_model file is largely not my own work. Furthermore, the GAN model is largely based on a model created Victor S (https://towardsdatascience.com/magnusgan-using-gans-to-play-like-chess-masters-9dded439bc56), which in turn is based on the pix2pix GAN model (see https://github.com/phillipi/pix2pix). I had to tweak the data processing a bit in order to fit it to my data, but the model as such isn't mine. +I received quite a bit of help from Eddie Sharick (unknowingly) in his YouTube tutorial series on how to program a chess game in python (as mentioned in the respective files; check out his playlist here: https://youtube.com/playlist?list=PLBwF487qi8MGU81nDGaeNE1EnNEPYWKY_. Remember to copy the underscore at the end). Also, the pandas_model file is largely not my own work. Furthermore, the GAN model is largely based on a model created Victor S (https://towardsdatascience.com/magnusgan-using-gans-to-play-like-chess-masters-9dded439bc56), which in turn is based on the pix2pix GAN model (see https://github.com/phillipi/pix2pix). I had to tweak the data processing a bit in order to fit it to my data, but the model as such isn't mine.