-
I am seeing a number of errors from lichess-bot following the same pattern (see below).
All of them lead to a abort/game over or loss on time.
Does anybody else see that? is that actual connectivi…
-
As @ajuvercr pointed out, there is a slight issue with client-server synchronisation when using the current communication scheme. The issue occurs when the command for a previous turn is received whe…
-
Pretty sure we have no resign, but there probably is support from leela zero? Probably we should start with .01 and then raise it to .10 once we have a GM level network or TB adjudication. It might no…
-
Python chess has weighted choice in its polyglot module:
https://github.com/niklasf/python-chess/blob/master/chess/polyglot.py#L460
Why not use this instead of simple random choice in get_book_m…
-
PyChessBot losed this game on time because it's latest move can't get through in this position:
https://lichess.org/cv25KskE#58
The relevant log was:
```
DEBUG:chess.engine: >> move Rxh7
DEBUG:…
-
all,
I watched a fascinating video about deepmind's alphazero implementation here:
https://www.youtube.com/watch?v=Wujy7OzvdJk
which finally answered for me what was bugging me for some time …
-
This *might* be a python-chess bug, but I'll post it here and it can be moved later if needed.
```
alarm@schnee ~/lichess-uci-bot (master) …
-
I tried to implement experimental resigning in my uci bot, by sending bestmove 0000 when score is bad.
```
[...]
2018-05-01_09.11.49
-
Before there was a file named main.py, and I could just click it two times, and the bot would be automatically enabled. But now I have to go to PowerShell, then do
cd "directory"
./.venv/Scripts/ac…
ghost updated
6 years ago
-
Dump:
```
. _/|
. // o\
. || ._) lichess-bot 0.2
. //__\
. )___( Play on Lichess with a bot
Welcome LeelaZero-UK!
Queue Bullet challenge from leonrades
Accept Bullet challe…