dkappe

Results 7 comments of dkappe

The pipeline assumes 1 game per file, so main.cpp needs to be fixed. `` auto chunker = OutputChunker{dir.string() + "/training", true, 15000}; `` Should be changed to ``` #define GAMES_PER_FILE...

Bug related to tree reuse. Need more robust code to respond to changing position.

Looks like a bug in python-chess. bd.is_game_over(claim_draw=True)) gives True. chess==1.3.0

2Q2bk1/5p2/4p2B/4P2P/8/1P1q4/K7/8 b - - 10 69

Unable to reproduce without context: info string d3d2 12 (P: 0.88%) (Q: -0.4295) info string d3a6 15 (P: 1.18%) (Q: -0.55548) info string d3e2 656 (P: 65.41%) (Q: -0.00541) info...

Even at 20k nodes, no dice. info string d3d2 12 (P: 0.88%) (Q: -0.4295) info string d3a6 15 (P: 1.18%) (Q: -0.55548) info string g8h7 43 (P: 7.01%) (Q: -0.60166)...

If you check out via git clone it will build fine. Looks like there are some ownership and permission issues with `go get`