Skip to content

Commit

Permalink
fix num_ranks in short deck configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlatt authored Feb 6, 2024
1 parent 9ff3212 commit c8ce301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clubs/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class PokerConfig(TypedDict):
"raise_sizes": "inf",
"num_raises": "inf",
"num_suits": 4,
"num_ranks": 13,
"num_ranks": 9,
"num_hole_cards": 2,
"num_community_cards": [0, 3, 1, 1],
"num_cards_for_hand": 5,
Expand All @@ -305,7 +305,7 @@ class PokerConfig(TypedDict):
"raise_sizes": "inf",
"num_raises": "inf",
"num_suits": 4,
"num_ranks": 13,
"num_ranks": 9,
"num_hole_cards": 2,
"num_community_cards": [0, 3, 1, 1],
"num_cards_for_hand": 5,
Expand Down

0 comments on commit c8ce301

Please sign in to comment.