We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it's useful information to have the player.currentbet available on player_infos:
player_features = [ int(player.emptyplayer), int(player.get_seat()), int(player.stack), int(player.playing_hand), int(player.handrank), int(player.playedthisround), int(player.betting), int(player.isallin), int(player.lastsidepot), int(player.currentbet), ]
The text was updated successfully, but these errors were encountered:
Suggested an improvement to this here
Sorry, something went wrong.
Merge pull request wenkesj#9 from kiwi-chang/chihshun/cdqn
740d506
Fix some bug in gym env
No branches or pull requests
I think it's useful information to have the player.currentbet available on player_infos:
The text was updated successfully, but these errors were encountered: