Giter Club home page Giter Club logo

Comments (11)

Torom avatar Torom commented on May 18, 2024 1

Can you maybe explain what you mean? How am I supposed to be able to help you like this?

from botli.

OhMGod-Dude avatar OhMGod-Dude commented on May 18, 2024 1

alright i made my bot play a game with a another bot and it quickly got time outed.I want to know what is the best settings for bullet??

from botli.

OhMGod-Dude avatar OhMGod-Dude commented on May 18, 2024 1

i don't understand why it gets quickly time outed

from botli.

Torom avatar Torom commented on May 18, 2024 1
    lichess_cloud:
      enabled: true                        # Activate online moves from Lichess cloud eval.
      min_eval_depth: 50                   # Minimum evaluation depth.
      min_time: 50                         # Time the bot must have at least to use the online move.
      timeout: 5                           # Time the server has to respond.
      max_depth: 100                       # Half move max depth. (Comment this line for max depth)

You fucked up your lichess_cloud config. This is the default:

    lichess_cloud:
      enabled: false                      # Activate online moves from Lichess cloud eval.
      min_eval_depth: 10                  # Minimum evaluation depth.
      min_time: 40                        # Time the bot must have at least to use the online move.
      timeout: 5                          # Time the server has to respond.
#     max_depth: 16                       # Half move max depth. (Comment this line for max depth)

from botli.

Torom avatar Torom commented on May 18, 2024

By "time outed" do you mean that the bot lost on time? Was it a 30+0 game? Without increment this happens, Lichess has a certain lag that gets worse when the moves are played faster and faster, it is often pure luck who wins on time.

And besides, some of your configuration is pretty much nonsense. I would not set the Move Overhead in the uci_options so high, this leads to bad moves of Stockfish when playing without increment. The Threads are way too high, you don't get so many CPUs on Heroku, the Hash is very small.

from botli.

OhMGod-Dude avatar OhMGod-Dude commented on May 18, 2024

and another thing i want black pieces to use lichess cloud evaluation but bot uses book.i want to use book for white and cloud for black.How can i do that??

from botli.

Torom avatar Torom commented on May 18, 2024
  opening_books:
    enabled: true                         # Activate opening books.
    books:
      white:                              # List of names of books to use as white.
        - "cubail"
#     black:                              # List of names of books to use as black.
#       - "cubail"
#     standard:                           # List of names of books to use if there is no specific book for white, black or chess960.   
#       - "cubail"
      chess960:                           # List of names of books to use for Chess960.
        - "Maverick"
        - "RickRoll"
    selection: "best_move"          # Move selection is one of "weighted_random", "uniform_random" or "best_move".
#   max_depth: 500                        # Half move max depth. (Comment this line for max depth)

Thus, the book should only be used for white. And you can comment out the max_depth line instead of putting in a high number. This way the book will be played to the maximum depth.

from botli.

OhMGod-Dude avatar OhMGod-Dude commented on May 18, 2024

thanks

from botli.

OhMGod-Dude avatar OhMGod-Dude commented on May 18, 2024

it uses the engine only now??

from botli.

OhMGod-Dude avatar OhMGod-Dude commented on May 18, 2024

i am sorry but i just wanted ur help.No need Thanks

from botli.

OhMGod-Dude avatar OhMGod-Dude commented on May 18, 2024

i figured out what my mistake.Thanks

from botli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.