-
UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 9761: illegal multibyte sequence
-
Left me preface this by saying that I am not familiar with Lucas Chess, so I could simply be missing something.
That being said, I cannot select any tiles in column C when in a game. The program s…
-
Hi,
I've ran into a crash when running the EVAL phase, initially I have imported the games using the PGN / SL after which i ran the training(OPT) for 1 day, which generated many models under new_ge…
-
i used other python chess engines, but esp. SunFish seems to use much CPU time .. my notebook almost freezes now and then while playing in CuteChess (GUI) .. i also tried your packed version and even …
-
Sometimes it's not obvious why a player resigned or a draw was agreed, especially when one's elo is much lower than the players in the game one is analyzing. Also, if one uses chess-annotator to blund…
-
Are there plans to allow reading of `syzygy` or `gaviota` TBs from this library? Imo, if that was added, this would be at feature parity with Python Chess.
-
- [ ] Fix inconsistent string formatting (both `.format()` and f-string methods are used)
- [ ] Refactor & optimize algorithms (syzygy, gaviota)
- [ ] Shorten maximum line length to 99 (thank later)…
bswck updated
7 months ago
-
```
pratyush@pratyush-GS65-Stealth-Thin-8RF:~/dev/chess-alpha-zero$ python src/chess_zero/run.py self
2018-11-08 19:17:05,638@chess_zero.manager INFO # config type: mini
Using TensorFlow backend.
…
-
Hello!
First, I want to thank you for making this very good tool.
I am using Lucas Chess on Linux Lite 6, currently the application closes unexpectedly when I try to import files into different …
-
Hi, I think, it should be possible to recieve a PGN-file after a played game is finished to analyze it further.
To write a PGN, you can use python-chess by niklasf.
For example: you play a game a…