deep_learning_and_the_game_of_go
deep_learning_and_the_game_of_go copied to clipboard
OT, chess version of DLGO Python book
I know all the python projects and open source engines/bots but nothing like this in a book format like DLGO.
I love Go and Chess, and of course Python. I am looking to find a Chess version of this book if one exists, preferably in Python 3.
Please advise if anyone knows if one exists. If not you know the next book Max could write!!!
@rwideman thanks for your interest in our project! yeah, we've tried to make dlgo as general a framework as possible. If you, or anyone else, creates a Chess board encoder, you're almost good to go already. Remember, the Agent interface in dlgo is game agnostic - there's just next_move.
Honestly, I'd love to have a Chess version, but I don't know if there's an OSS version out there already.