dickreuter/neuron_poker

while train by dqn, some illegal_move occurs

RedBlack888 opened this issue · 1 comments

some illegal movements araised, the illegal move mainly focus on check action, such as:

env.py - _illegal_move - 241 - 6 is an Illegal move, try again. Currently allowed: [<Action.CHECK: 1>] env.py - _illegal_move - 241 - 1 is an Illegal move, try again. Currently allowed: [<Action.CALL: 2>, <Action.FOL .... ]

do you know how to fix it? could I remove check action from actions list.

Best

are there any news on that?