GithubHelp home page GithubHelp logo

Some questions about training a bot about elf HOT 4 CLOSED

pytorch avatar pytorch commented on August 18, 2024
Some questions about training a bot

from elf.

Comments (4)

jma127 avatar jma127 commented on August 18, 2024

Hi @infinitycr , thanks for your interest! The training will only start once a sufficient number of selfplay games are gathered. The default setting in the start_server script will require roughly 12k-20k games. To scale down this requirement, you can decrease q_min_size.

from elf.

infinitycr avatar infinitycr commented on August 18, 2024

@jma127 I find the q_min_size in the script file is 200, so 200 means 12k-20k selfplay games? Could you please explain specificly about the relationship of q_min_size and selfplay games?

from elf.

jma127 avatar jma127 commented on August 18, 2024

There are 50 queues that store the games, and q_min_size 200 means that each queue must have 200 games before any training will start.

from elf.

infinitycr avatar infinitycr commented on August 18, 2024

@jma127 I'm really appreciated for your reply! I'm confused about some logging information.

[2018-06-06 13:14:16.977] [elfgames::go::TrainCtrl-0] [info] received 3000 records from local-Workstation-1db3-cbb4-5d10-b748, with 32 state updates, 0 records, 0 valid selfplays, and 0 evals

Wed Jun 6 13:14:16 2018, last_identity: local--Workstation-1db3-cbb4-5d10-b748, #msg: 0 #client: 8, Msg count: 3000, avg msg size: 686653, failed count: 0

[2018-06-06 21:30:26.797] [elfgames::go::TrainCtrl-0] [info] received 4000 records from local-699e-247b-e4e-6760, with 32 state updates, 5 records, 5 valid selfplays, and 0 evals

Wed Jun 6 21:30:26 2018, last_identity: local-699e-247b-e4e-6760, #msg: 0 #client: 8, Msg count: 4000, avg msg size: 682586, failed count: 0

These logging information come from the start_server.sh. What's the meaning of '5 valid selfplays'? Does that mean there are only 5 valid selfplay games in 4000 games performed by the client?

from elf.

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.