PGTBoos

Results 13 comments of PGTBoos

What is a PR ? For me it be nice on jupyter since all neural network lives there at my pc. Might attract other Devs too if published like that....

Ok fair point, 2 versions is indeed a lot of work to maintain.

Oh and about legal moves this is how I do it at my current chess jupyter notebook. !pip install chess import chess board = chess.Board() board.turn == chess.WHITE print(str(board)) list(board.legal_moves)...