Coder Social home page Coder Social logo

Comments (3)

gcp avatar gcp commented on June 18, 2024

There are several sources of randomness, they are all mentioned in the paper.

They add noise to the policy network priors:
https://github.com/gcp/leela-zero/blob/f321b568ec23d10d024661c6227ddc393a5d8ac8/src/UCTNode.cpp#L181

All network evaluations are done with a random symmetry. This is RANDOM_ROTATION in Leela's source.

In practice one expects some randomness from multiprocessing with virtual loss as well.

from leela-zero.

Narsil avatar Narsil commented on June 18, 2024

Isn't the noise only used in self play and not in evaluation ?

I will add the symmetries and rotations, I forgot about those.

from leela-zero.

gcp avatar gcp commented on June 18, 2024

They only talk setting the softmax temperature (really: disabling the move selection randomization), not about disabling the Dirichlet noise. I suspect you can get away with not doing that anyway, the symmetries add a lot of variation to what it will play. On the other hand leaving it enabled probably doesn't really make the program weaker, at worst it will spend just a few playouts on bad moves.

from leela-zero.

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.