lichess-bot-devs / lichess-bot

A bridge between Lichess bots and chess engines
GNU Affero General Public License v3.0
764 stars 448 forks source link

Create seek #49

Closed gbtami closed 6 years ago

gbtami commented 6 years ago

It would be a great enhancement having a new seek section in config.yml with some user defined seek lines. Using this if a BOT has a free process (and challenges queue is empty) pychess-bot automatically send a new seek (picking the next one from config.yml seek section) to be appear on lichess lobby tab.

ornicar commented 6 years ago

No point in having engines play when no-one is looking.

If you're looking to keep your CPU warm, please give https://github.com/niklasf/fishnet a try instead.

gbtami commented 6 years ago

@ornicar I think the goal of this whole BOT thing is to offer users a possibility to share their CPU resources and offer lichess users some additional engine partners besides stockfish.

"No point in having engines play when no-one is looking." To be clear I'm suggesting advertising BOT seeks acceptable by only humans, not for BOT-BOT games. Now most of the users doesn't know about BOTs on lichess at all.The idea is to help human users to find engine partners easier to play with. Similar to other servers like FICS/ICC do. computers

ddugovic commented 6 years ago

I think the goal of this whole BOT thing is to offer users a possibility to share their CPU resources

@gbtami To that end, how about using BOTs to study games? It would be cool if somehow https://github.com/rpdelaney/python-chess-annotator and/or other annotators could auto-annotate studies upon command...

gbtami commented 6 years ago

Isn't "Analysis board -> Request a computer analysis" good enough or you are talking about some different idea?

ddugovic commented 6 years ago

I'm talking about using python-chess-annotator (or any other custom annotator) integrated with any engine(s), database(s), third-party API(s), etc. instead of requiring Lichess server-side analysis.

gbtami commented 6 years ago

Ah, I see now. Good idea!

ddugovic commented 6 years ago

Wow, it just occurred to me:

gbtami commented 6 years ago

Just seen that CDill suggested the similar idea at https://lichess.org/forum/team-lichess-bots/bot-ratings#5 Seems a perfect solution to enhance bots visibility.

gbtami commented 6 years ago

Seems other BOT authors like this also. See https://lichess.org/forum/team-lichess-bots/more-active-bots

ddugovic commented 6 years ago

I agree, re-working the "play against the machine" feature to list all available (AI and BOT) opponents would be interesting. But regardless of how it's presented, a change like that would require some sort of seek API so BOTs could indicate what categories of challenges they would accept.