You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting. I've confirmed on my end that the strength is being set correctly and passed along to the engine:
You can check on your end if this is being set correctly by opening the chess.engine.log located at $HOME/.config/cli-chess/ and starting a game against the engine. Please let me know if you see this value being set differently.
While investigating this, I've played multiple games with the ELO set to 1500 and have seen it not take back, but haven't seen play anywhere near a 500 as you mentioned. Have you seen this issue with the ELO set higher as well?
There are multiple factors that go into how the UCI_Elo was calibrated on the Stockfish / Fairy-Stockfish side. One of them being a set time control of 60s+0.6s.
cli-chess currently does not have clocks on offline games (there's an open enhancement for it here), so this could possible be a contributing factor. Once clocks have been implemented, the time data will be passed along to the engine for it to respond accordingly.
Steps to reproduce the bug
Play offline game against fairy stockfish (elo 1500 in my game.)
Didn’t take back on exchanges, gave up pieces, etc. Nothing near a level 1500 bot.
Operating system
Kali Linux
Terminal and version
Zsh 5.9 but I doubt it matters
cli-chess version
1.0.0
Additional information
No response
The text was updated successfully, but these errors were encountered: