Zeta36 / chess-alpha-zero

Chess reinforcement learning by AlphaGo Zero methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scan_Offsets Depreciated

opened this issue · comments

New in v0.24.0
chess.pgn.scan_headers() and chess.pgn.scan_offsets() have been removed.

This breaks the sl.py worker code. I tried to re-write but I was unsuccessful. Does anyone have a solution?

In situations like this you could simply use an older version. For instance, I am stuck on tensorflow 1.5 due to my old CPU.

What version last worked?

python-chess (0.22.1) is the version I use, but I have also modified it slightly for supervised learning to try to parse both UCI and SAN move formats. I think those changes might have been incorporated into a subsequent release, but I'm not sure. In any case, once I have a collection of versions of things that work, I try to avoid "upgrading" them.