ChessRL
ChessRL copied to clipboard
Can you post your model?
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.