Skip to content

Commit 934ce98

Browse files
authored
Update games.md
1 parent 35b13c5 commit 934ce98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/games.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The reward is calculated by the terminal state of the game, where winning player
175175
And if no one win the game, then all players' reward will be 0.
176176

177177
## No-limit Texas Hold'em
178-
No-limit Texas Hold'em has similar rule with Limit Texas Hold'em. But unlike in Limit Texas Hold'em game in which each player can only choose a fixed amount of raise and the number of raises is limited. In No-limit Texas Hold'em, The player may raise with at least the same amount as previous raised amount in the same round (or the minimum raise amount set before the game if none has raised), and up to the player's remaining stack. The number of raises is also unlimited.
178+
No-limit Texas Hold'em has similar rule with Limit Texas Hold'em. But unlike in Limit Texas Hold'em game in which each player can only choose a fixed amount of raise and the number of raises is limited. In No-limit Texas Hold'em, the player may raise with at least the same amount as previous raised amount in the same round (or the minimum raise amount set before the game if none has raised), and up to the player's remaining stack. The number of raises is also unlimited.
179179

180180
## State Representation of No-Limit Texas Hold'em
181181
The state representation is similar to Limit Hold'em game. The state is represented as 52 cards and 2 elements of the chips of the players as below:

0 commit comments

Comments
 (0)