happypepper / DeepHoldem

203 stars 65 forks source link

"Not our Turn" with protocol demo data #35

Open Masegi opened 5 years ago

Masegi commented 5 years ago

Hey, I'm still trien to let deepholdem play against my own bot / algorithm.

Deepholdem is playing ok on the preflop, but when I try to let it play it's move on the flop, turn or river I only get "Not our Turn", no matter what I try.

When I send for example this state: MATCHSTATE:0:30:cc/r250c/r500c/:9s8h|/8c8d5c/6s/2d

like shown in the protocol.pdf, it will return "Not our turn", even if I'm pretty sure, it's deepholdems turn ...

Any ideas would be great.

happypepper commented 5 years ago

DeepHoldem is not able to play on flop turn or river out of the box, you have to generate the flop, turn and river models before that's possible.

Masegi commented 5 years ago

yea I did so, but I just realized I didnt send the slash before the board - I had to debug it by commenting out some prints in the apc server - now I get memory limit problems - I guess I have to swap my geforces.