DREAM
DREAM copied to clipboard
Bug in CardEmbedding
https://github.com/EricSteinberger/DREAM/blob/bfe21bbb0f60ab27a1af9774308efbbbd41e68c4/PokerRL/rl/neural/CardEmbedding.py#L64
Since the variable n
means the number of cards dealt in the round, added number must be multiplied by 3, which means the length of (rank, suit, card).
I think that this line needs to be off += n * 3
.
Thanks! Did you test this in the debugger or so? That's interesting. I'm not sure if it's true but it might be
I agree with ohwi.