Giter Club home page Giter Club logo

Comments (6)

pandaant avatar pandaant commented on August 11, 2024

Hey,

yes, i think the potential aware abstraction is based on the paper you posted. It's been some time i worked on this project though.

Regarding your second question: in the scripts folder is a script to generate an exemplary holdem agent with potential abstraction.
The cluster abstraction that the potential abstraction is calculated from is generated first. There is a parameter for the number of buckets to use in each betting round. I think the potential abstraction works on the same buckets defined in the cluster abstraction. I'm not entirely sure anymore if the potential abstraction can have differing amount from the cluster abstraction.

Yes the cfr sampling method can be set in row 25 of src/cfrm-main.cpp and defaults to External sampling.

from poker-cfrm.

CloneHub94 avatar CloneHub94 commented on August 11, 2024

Ok so if I understand it correctly executing cluster-abs before potential-abs is a pre-requisite since potential-abs will use the buckets and nb_samples from cluster-abs when it's executed?

from poker-cfrm.

pandaant avatar pandaant commented on August 11, 2024

yes, that is correct.

from poker-cfrm.

CloneHub94 avatar CloneHub94 commented on August 11, 2024

OK, so the cluster-abs clusters determine how many clusters will be used to bucket information situations in potential-abs? Just 2 final questions if you don't mind. You used kmeans instead of kmeans++ that they mention in the paper. Is there a significant difference between these two approaches in your opinion? And finally, I was wondering if your code supports the use of multithreading? Since I wanted to test it out on a 64 core set up so that I could generate the data and cluster it over 64 threads?

from poker-cfrm.

pandaant avatar pandaant commented on August 11, 2024

I had another look at the code and saw that potential-abs has a parameter "--nb-buckets" that specifies how many buckets to use for the round that the potential-abs will be calculated for. The parameter "p" sets the round the potential-abs is calculated for (flop, turn, river)

I can't remember anymore why i used kmeans over kmeans++, sorry.

All binaries except player-main support multithreading. It is also used in the scripts folder.
Also the binaries can be called with the "--help" parameter to show all their options.

from poker-cfrm.

FlashPlayer13 avatar FlashPlayer13 commented on August 11, 2024

Hi Mark,

Am I right that potential aware abstraction makes sense only for flop (and maybe preflop) stage?
Because on turn it is same as distribution aware approach and on river we have only OCHS option.

from poker-cfrm.

Related Issues (7)

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.