Giter Club home page Giter Club logo

Comments (4)

gooooloo avatar gooooloo commented on July 4, 2024 1

No I am not saying "resign by white" by black, but something like both players agree to stop the game under that condition. Maybe "resign" is not a correct word here, but it does the similar thing with alphago zero: stop the game earlier and keep training data simpler. And we can still keep same "false positive adjustment" mechanism.

About the MCTS: Resigning is self-play thing. When in evaluate/play_with_human, AI don't have resign mechanism, AI have to play till the end. But as AI resigned to avoid NN training on that situation, so MCTS is the only thing that can lead to final win.

Never mind, I can test locally and update the result later.

from reversi-alpha-zero.

gooooloo avatar gooooloo commented on July 4, 2024 1

Update: I realize that it is already implicitly done in current resign design: when selfplay, since both players are using same model, when one side's model predicts the state value is lower than threshold, than the other side will predict the state value larger than -threshold, and vice versa.

from reversi-alpha-zero.

mokemokechicken avatar mokemokechicken commented on July 4, 2024

@gooooloo

I can not clearly point out the problem on play data generation, but I feel a bit strange.

  1. even if black is almost winning, it is strange to decide "resign by white" by black.
  2. If we want to implement "think very deep(ex. search num to 1600) before resigning", that logic becomes an obstacle.

from reversi-alpha-zero.

gooooloo avatar gooooloo commented on July 4, 2024

Close it for now. Once I have result later I will update.

from reversi-alpha-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.