Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BLE-B committed Jun 8, 2021
1 parent af73947 commit e29dbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e29dbf9

Please sign in to comment.