maxpumperla / deep_learning_and_the_game_of_go

Code and other material for the book "Deep Learning and the Game of Go"
https://www.manning.com/books/deep-learning-and-the-game-of-go
953 stars 387 forks source link

Chess Hook #50

Closed namin closed 4 years ago

namin commented 4 years ago

As promised, a chess hook on top of python-chess https://python-chess.readthedocs.io/en/latest/

Suggestions welcome... might not be worth merging as is. In addition, this creates a dependency to python-chess, so maybe not ideal to include in the dlgo lib.

Thanks :)

maxpumperla commented 4 years ago

@namin super cool, thank you! I don't mind this being in dlgo. As long as other modules don't import this, we're fine.

yeah, I've been thinking about the same for a while. can we "abstract away" all go references and just have a general library for two-player complete information games? that would be great.

maxpumperla commented 4 years ago

ah, sorry. it's based on python-chess, I see. can you please add a little readme telling us how to install dependencies and run your tool? that'd be really cool.

maxpumperla commented 4 years ago

perfect, thanks

namin commented 4 years ago

Cool, thanks. My pleasure :)