Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pettingzoo/classic/rlcard_envs/texas_holdem_no_limit.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
| 13 - 25 | Hearts<br>_`13`: A, `14`: 2, ..., `25`: K_ | [0, 1] |
| 26 - 38 | Diamonds<br>_`26`: A, `27`: 2, ..., `38`: K_ | [0, 1] |
| 39 - 51 | Clubs<br>_`39`: A, `40`: 2, ..., `51`: K_ | [0, 1] |
| 52 | Number of Chips of player_0 | [0, 100] |
| 53 | Number of Chips of player_1 | [0, 100] |
| 52 | Number of Chips of current acting player | [0, 100] |
| 53 | Max Number of Chips of all players | [0, 100] |

#### Legal Actions Mask

Expand Down