You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing my bachelor thesis about creating a chess engine using deep reinforcement learning, based on AlphaZero.
Here's my chess engine: https://github.com/zjeffer/chess-deep-rl. I created it without pretraining with StockFish or human data, and the results are not very good (obviously due to lack of computational power). I'm also currently working on a C++ implementation: https://github.com/zjeffer/chess-deep-rl-cpp
I'd like to compare my results to yours. Could you post your model.h5 file?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm writing my bachelor thesis about creating a chess engine using deep reinforcement learning, based on AlphaZero.
Here's my chess engine: https://github.com/zjeffer/chess-deep-rl. I created it without pretraining with StockFish or human data, and the results are not very good (obviously due to lack of computational power). I'm also currently working on a C++ implementation: https://github.com/zjeffer/chess-deep-rl-cpp
I'd like to compare my results to yours. Could you post your model.h5 file?
Thanks.
The text was updated successfully, but these errors were encountered: