whatsdis / pluribus

Implementation of Pluribus by Noam Brown & Tuomas Sandholm, a Superhuman AI for 6-MAX No-Limit Holdem Poker Bot.
https://science.sciencemag.org/highwire/filestream/728919/field_highwire_adjunct_files/0/aay2400-Brown-SM.pdf
215 stars 50 forks source link

progress? #1

Closed JonathanLehner closed 4 years ago

JonathanLehner commented 4 years ago

are you still working on this repo?

fedden commented 4 years ago

+1, I'd be interested in helping out if there is active work on this project!

whatsdis commented 4 years ago

@JonathanLehner @fedden hey guys I've hit a road block with the math behind the algorithm described in the paper. Largely, I don't understand some of the mathematical notations even though I googled a lot of it, I've run into some stuff which I can't figure out.

If any of you are can help decode it, that would help start work again.

I created a gitter community here where we can coordinate: https://gitter.im/pluribus-poker/community#

fedden commented 4 years ago

I did reach out to you on gitter, but there was no reply there...

I wanted to let you know I'm working on an implementation here. I've detailed the outstanding work as best I can for now, please feel welcome to drop by!

whatsdis commented 4 years ago

@fedden my apologies im in the middle of releasing some other unrelated code here and have not been able to get back to you. I'm so excited you started another repo. I will definitely drop when I get some breather by end of this week.

fedden commented 4 years ago

Awesome thanks @whatsdis - criticsms and feedback of the approach are very welcome, feel free to get involved! Best of luck with your other endeavours 🙂

Karsens commented 4 years ago

I'm also trying to implement it! Repo coming soon. Tip, if you don't understand the math,This is a very handy paper that introduces CFR. The algorithm is very similar (though a bit more simplified) http://modelai.gettysburg.edu/2013/cfr/index.html#objectives

giorgosn commented 4 years ago

@EAT-CODE-KITE-REPEAT I am waiting to see some action! If you are looking for some help please contact with me. I can code some things!

fedden commented 4 years ago

Help is appreciated on my repo if you have time to drop by!

whatsdis commented 4 years ago

Hi @everyone!

I ported @EAT-CODE-KITE-REPEAT 's javascript implementation to Python.

I'm going to close this issue now.