Skip to content

Commit 98463f8

Browse files
committed
Fix incorrect probabilities in holdout7.efg
1 parent 1ce412b commit 98463f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/games/holdout7.efg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ EFG 2 R "McKelvey-Palfrey (JET 77), 7 stage version of holdout game" { "Player 1
22
""
33

44
c "ROOT" 1 "(0,1)" { "1 LO" 3/10 "1 HI" 7/10 } 0
5-
c "" 2 "(0,2)" { "2 LO" 18/1000 "2 HI" 82/100 } 0
5+
c "" 2 "(0,2)" { "2 LO" 18/100 "2 HI" 82/100 } 0
66
p "" 1 1 "(1,1)" { "G" "H" } 0
77
p "" 2 1 "(2,1)" { "G" "H" } 0
88
t "" 1 "Outcome 1" { 1/2, 1/2 }
@@ -92,7 +92,7 @@ t "" 0
9292
t "" 0
9393
t "" 0
9494
t "" 0
95-
c "" 22 "(0,22)" { "2 LO" 18/1000 "2 HI" 82/100 } 0
95+
c "" 22 "(0,22)" { "2 LO" 18/100 "2 HI" 82/100 } 0
9696
c "" 23 "(0,23)" { "H" 1 } 0
9797
p "" 2 1 "(2,1)" { "G" "H" } 0
9898
t "" 7 "Outcome 11" { 1, 1/2 }

0 commit comments

Comments
 (0)