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

SyntaxError: invalid syntax #9

Open McraeleeLee opened 1 year ago

McraeleeLee commented 1 year ago

When I try to run this project on my PC , Then I get this


self.board = [**h.board];
                   ^
SyntaxError: invalid syntax
pekoll123 commented 7 months ago

It looks like conversion from C code to python. I wonder, why should someone convert high speed code to lame python code ?