Skip to content
New issue

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

Add player.currentbet to _get_current_state #9

Open
BigBadBurrow opened this issue Jan 21, 2019 · 1 comment
Open

Add player.currentbet to _get_current_state #9

BigBadBurrow opened this issue Jan 21, 2019 · 1 comment

Comments

@BigBadBurrow
Copy link

BigBadBurrow commented Jan 21, 2019

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),
      ]
@BigBadBurrow
Copy link
Author

BigBadBurrow commented Feb 11, 2019

Suggested an improvement to this here

unaeat pushed a commit to unaeat/holdem that referenced this issue Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant