Giter VIP home page Giter VIP logo

Comments (7)

WhymustIhaveaname avatar WhymustIhaveaname commented on September 15, 2024 2

I add a parameter needNodeValue=False in search. If it is set to True, search will return the best action and NodeValue, which is the best node's average value. If it is kept False, as default, search will keep its original behavior, making it backward compatible. I will push from my fork to this repo as soon as I finish the tests.

from mcts.

WhymustIhaveaname avatar WhymustIhaveaname commented on September 15, 2024 1

I am going to add this feature very soon. I am writing a card AI where I need this feature.

from mcts.

WhymustIhaveaname avatar WhymustIhaveaname commented on September 15, 2024 1

I have added this feature in my fork and pushed my branch to pull request #13.

from mcts.

DarioBernardo avatar DarioBernardo commented on September 15, 2024

Let totalReward / numVisit be avg_reward_per_visit
Do you think that best child avg_reward_per_visit / sum of all childs avg_reward_per_visit
can give some sort of confidence in the choice ?
Thanks

from mcts.

DarioBernardo avatar DarioBernardo commented on September 15, 2024

Hi, I hope my comment is clear, or maybe a bit more explanation is needed?

from mcts.

pbsinclair42 avatar pbsinclair42 commented on September 15, 2024

Hi Dario,

Thanks for the request, aye, it's clear. I'm afraid I don't have the bandwidth to work on this myself right now though, but feel free to make a pull request and I'll take a look :)

from mcts.

DarioBernardo avatar DarioBernardo commented on September 15, 2024

Yeah I can do that, no problem, but do you think the logic I've mentioned makes sense? it is a bit of a hack, and it is not backed by any theory :)

from mcts.

Related Issues (11)

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.