gametree:1.0
This commit is contained in:
109
test/pg.json
Normal file
109
test/pg.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"player_names": {
|
||||
"0": "a",
|
||||
"1": "b",
|
||||
"2": "c",
|
||||
"3": "d"
|
||||
},
|
||||
"game_state": {
|
||||
"players_init": [
|
||||
[
|
||||
0,
|
||||
500
|
||||
],
|
||||
[
|
||||
1,
|
||||
500
|
||||
],
|
||||
[
|
||||
2,
|
||||
500
|
||||
],
|
||||
[
|
||||
3,
|
||||
500
|
||||
]
|
||||
],
|
||||
"dealer_idx": 0,
|
||||
"small_blind": 5,
|
||||
"big_blind": 10,
|
||||
"current_street": "RIVER",
|
||||
"all_actions": [
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 3,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 0,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 1,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "BET",
|
||||
"actor": 1,
|
||||
"amount": 40
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 2,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 3,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 0,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "BET",
|
||||
"actor": 1,
|
||||
"amount": 40
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 2,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 3,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 0,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "BET",
|
||||
"actor": 1,
|
||||
"amount": 40
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 2,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 3,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 0,
|
||||
"amount": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user