Game State Builder

PLO · 6-handed · feature input
Your hand6 hole cards
BoardPreflop
Flop
Flop
Flop
Turn
River
Players & stacks
blinds 0.5 / 1
Y
You
BTN
BB
M
Mara
SB
BB
T
Theo
BB
BB
P
Priya
UTG
BB
N
Nikolai
HJ
BB
J
June
CO
BB
Hero position BTN · 100 BB
Action history
0 actions
Preflop
pot 1.5
Flop
pot 0
Turn
pot 0
River
pot 0
Summary
StreetPreflop
Pot1.5 BB
To call1 BB
Players in hand6 / 6
State vector31 dims
0000100011500100000995009900010000010000010000005001000
ApiGameState.json
{
  "button": 0,
  "to_act": 0,
  "street": 0,
  "street_raises": 0,
  "min_raise": 1000,
  "action_reopened": true,
  "pot": 1500,
  "stacks": [
    100000,
    99500,
    99000,
    100000,
    100000,
    100000
  ],
  "total_contributions": [
    0,
    500,
    1000,
    0,
    0,
    0
  ],
  "street_contributions": [
    0,
    500,
    1000,
    0,
    0,
    0
  ],
  "folded": [
    0,
    0,
    0,
    0,
    0,
    0
  ],
  "hole_cards": [],
  "board_cards": [],
  "history": [
    {
      "player": 1,
      "action": 2,
      "pot_contribution": 500,
      "pot_before": 0,
      "stack_before": 100000
    },
    {
      "player": 2,
      "action": 2,
      "pot_contribution": 1000,
      "pot_before": 500,
      "stack_before": 100000
    }
  ]
}
Policy response
Send the state to the policy to see the action probabilities it returns.