gametree1.0:fix
This commit is contained in:
73
test/pg.json
73
test/pg.json
@@ -3,7 +3,8 @@
|
||||
"0": "a",
|
||||
"1": "b",
|
||||
"2": "c",
|
||||
"3": "d"
|
||||
"3": "d",
|
||||
"4": "e"
|
||||
},
|
||||
"game_state": {
|
||||
"players_init": [
|
||||
@@ -22,87 +23,41 @@
|
||||
[
|
||||
3,
|
||||
500
|
||||
],
|
||||
[
|
||||
4,
|
||||
500
|
||||
]
|
||||
],
|
||||
"dealer_idx": 0,
|
||||
"small_blind": 5,
|
||||
"big_blind": 10,
|
||||
"current_street": "RIVER",
|
||||
"current_street": "PREFLOP",
|
||||
"all_actions": [
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 3,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 4,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"actor": 0,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"type": "ALL_IN",
|
||||
"actor": 1,
|
||||
"amount": null
|
||||
},
|
||||
{
|
||||
"type": "BET",
|
||||
"actor": 1,
|
||||
"amount": 40
|
||||
},
|
||||
{
|
||||
"type": "CALL",
|
||||
"type": "ALL_IN",
|
||||
"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