From 99ff331d2aa50297969aa182cbce470a0ce4d7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20C=C3=A1ceres?= Date: Thu, 20 Jun 2024 11:03:38 +0200 Subject: [PATCH 1/4] Add note about game length limit --- wiki/Configure-lichess-bot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/Configure-lichess-bot.md b/wiki/Configure-lichess-bot.md index 5fe992205..ed5c271bc 100644 --- a/wiki/Configure-lichess-bot.md +++ b/wiki/Configure-lichess-bot.md @@ -142,6 +142,8 @@ will precede the `go` command to start thinking with `sd 5`. The other `go_comma - `offer_draw_for_egtb_zero`: If true the bot will offer/accept draw in positions where the online_egtb returns a wdl of 0. - `offer_draw_moves`: The absolute value of the evaluation has to be less than or equal to `offer_draw_score` for `offer_draw_moves` amount of moves for the bot to offer/accept draw. - `offer_draw_pieces`: The bot only offers/accepts draws if the position has less than or equal to `offer_draw_pieces` pieces. + + Note: if a games reaches 300 moves it is adjudicated as a draw and shows up in the logs as _draw by agreement_ (see [this discussion](https://lichess.org/forum/general-chess-discussion/lichess-300-move-rule-forced-draw) and [this commit](https://github.com/lichess-org/lila/commit/f8921999115878a98431cd722b267281793b7f6f)). ## Options for correspondence games - `correspondence` These options control how the engine behaves during correspondence games. From ade11d79241b78b9b2e3a2e299e7315934e57f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20C=C3=A1ceres?= Date: Thu, 20 Jun 2024 11:09:23 +0200 Subject: [PATCH 2/4] Clarify that checkmates on move 300 aren't adjudicated as draws --- wiki/Configure-lichess-bot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Configure-lichess-bot.md b/wiki/Configure-lichess-bot.md index ed5c271bc..c7e08d0b9 100644 --- a/wiki/Configure-lichess-bot.md +++ b/wiki/Configure-lichess-bot.md @@ -142,8 +142,8 @@ will precede the `go` command to start thinking with `sd 5`. The other `go_comma - `offer_draw_for_egtb_zero`: If true the bot will offer/accept draw in positions where the online_egtb returns a wdl of 0. - `offer_draw_moves`: The absolute value of the evaluation has to be less than or equal to `offer_draw_score` for `offer_draw_moves` amount of moves for the bot to offer/accept draw. - `offer_draw_pieces`: The bot only offers/accepts draws if the position has less than or equal to `offer_draw_pieces` pieces. - - Note: if a games reaches 300 moves it is adjudicated as a draw and shows up in the logs as _draw by agreement_ (see [this discussion](https://lichess.org/forum/general-chess-discussion/lichess-300-move-rule-forced-draw) and [this commit](https://github.com/lichess-org/lila/commit/f8921999115878a98431cd722b267281793b7f6f)). + + Note: if a games reaches 300 moves and no checkmate is delivered on move 300, it is adjudicated as a draw and shows up in the logs as _draw by agreement_ (see [this discussion](https://lichess.org/forum/general-chess-discussion/lichess-300-move-rule-forced-draw) and [this commit](https://github.com/lichess-org/lila/commit/f8921999115878a98431cd722b267281793b7f6f)). ## Options for correspondence games - `correspondence` These options control how the engine behaves during correspondence games. From 22330e81dcda48b79fe2d6e57df094505e4a789b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20C=C3=A1ceres?= Date: Thu, 20 Jun 2024 15:30:26 +0200 Subject: [PATCH 3/4] Clarify that the 300 moves limit is a lichess-specific behavior --- wiki/Configure-lichess-bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Configure-lichess-bot.md b/wiki/Configure-lichess-bot.md index c7e08d0b9..19aaf4294 100644 --- a/wiki/Configure-lichess-bot.md +++ b/wiki/Configure-lichess-bot.md @@ -143,7 +143,7 @@ will precede the `go` command to start thinking with `sd 5`. The other `go_comma - `offer_draw_moves`: The absolute value of the evaluation has to be less than or equal to `offer_draw_score` for `offer_draw_moves` amount of moves for the bot to offer/accept draw. - `offer_draw_pieces`: The bot only offers/accepts draws if the position has less than or equal to `offer_draw_pieces` pieces. - Note: if a games reaches 300 moves and no checkmate is delivered on move 300, it is adjudicated as a draw and shows up in the logs as _draw by agreement_ (see [this discussion](https://lichess.org/forum/general-chess-discussion/lichess-300-move-rule-forced-draw) and [this commit](https://github.com/lichess-org/lila/commit/f8921999115878a98431cd722b267281793b7f6f)). + Note: if a games reaches 300 moves and no checkmate is delivered on move 300, it is adjudicated as a draw and shows up in the logs as _draw by agreement_ (see [this discussion](https://lichess.org/forum/general-chess-discussion/lichess-300-move-rule-forced-draw) and [this commit](https://github.com/lichess-org/lila/commit/f8921999115878a98431cd722b267281793b7f6f)). That's a lichess-specific behavior which doesn't depend on lichess-bot version or configuration. ## Options for correspondence games - `correspondence` These options control how the engine behaves during correspondence games. From fe39ee44c835359a77f0df44022defd7d27ea435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20C=C3=A1ceres?= Date: Sat, 22 Jun 2024 16:07:39 +0200 Subject: [PATCH 4/4] Fix typos --- wiki/Configure-lichess-bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Configure-lichess-bot.md b/wiki/Configure-lichess-bot.md index 19aaf4294..1357a42b2 100644 --- a/wiki/Configure-lichess-bot.md +++ b/wiki/Configure-lichess-bot.md @@ -143,7 +143,7 @@ will precede the `go` command to start thinking with `sd 5`. The other `go_comma - `offer_draw_moves`: The absolute value of the evaluation has to be less than or equal to `offer_draw_score` for `offer_draw_moves` amount of moves for the bot to offer/accept draw. - `offer_draw_pieces`: The bot only offers/accepts draws if the position has less than or equal to `offer_draw_pieces` pieces. - Note: if a games reaches 300 moves and no checkmate is delivered on move 300, it is adjudicated as a draw and shows up in the logs as _draw by agreement_ (see [this discussion](https://lichess.org/forum/general-chess-discussion/lichess-300-move-rule-forced-draw) and [this commit](https://github.com/lichess-org/lila/commit/f8921999115878a98431cd722b267281793b7f6f)). That's a lichess-specific behavior which doesn't depend on lichess-bot version or configuration. + Note: If a game reaches 300 moves and no checkmate is delivered on move 300, it is adjudicated as a draw and shows up in the logs as _draw by agreement_ (see [this discussion](https://lichess.org/forum/general-chess-discussion/lichess-300-move-rule-forced-draw) and [this commit](https://github.com/lichess-org/lila/commit/f8921999115878a98431cd722b267281793b7f6f)). That's a lichess-specific behavior which doesn't depend on lichess-bot version or configuration. ## Options for correspondence games - `correspondence` These options control how the engine behaves during correspondence games.