2018-04-30から1日間の記事一覧

将棋AIで学ぶディープラーニングを読む

7-3 python-shogi fileが列、rankが行を表現する for sq in shogi.SQUARES: print(shogi.file_index(sq),end="") if (sq+1) % 9 == 0: print("") print("") for sq in shogi.SQUARES: print(shogi.rank_index(sq),end="") if (sq+1) % 9 == 0: print("") sho…