diff --git a/Makefile.am b/Makefile.am index 3fd8f4f5f..0df98d38c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -206,6 +206,7 @@ EXTRA_DIST = \ contrib/games/zero.nfg \ src/README.rst \ catalog/bagwell1995.efg \ + catalog/gilboa1997/fig1.efg \ catalog/gilboa1997/fig2.efg \ catalog/jakobsen2016/fig1a.efg \ catalog/jakobsen2016/fig1b.efg \ diff --git a/catalog/gilboa1997/fig1.efg b/catalog/gilboa1997/fig1.efg new file mode 100644 index 000000000..a0d0ceac0 --- /dev/null +++ b/catalog/gilboa1997/fig1.efg @@ -0,0 +1,9 @@ +EFG 2 R "Absent-Minded Driver (Gilboa 1997, GEB, Figure 2)" { "Player 1" } +"The original absent-minded driver problem from +`Gil97 `_" + +p "" 1 1 "" { "B" "E" } 0 +p "" 1 1 "" { "B" "E" } 0 +t "" 1 "Outcome 1" { 1 } +t "" 2 "Outcome 2" { 4 } +t "" 3 "Outcome 3" { 0 } diff --git a/catalog/gilboa1997/fig2.efg b/catalog/gilboa1997/fig2.efg index cf686fac8..d43391744 100644 --- a/catalog/gilboa1997/fig2.efg +++ b/catalog/gilboa1997/fig2.efg @@ -1,4 +1,4 @@ -EFG 2 R "Gilboa (1997) Two-Selves Absent-Minded Driver" { "Player 1" } +EFG 2 R "Two-Selves Absent-Minded Driver (Gilboa 1997, GEB, Figure 2)" { "Player 1" } "A reformulation of the absent-minded driver problem from `Gil97 `_ using a multi-self approach. A chance move determines the order in which two selves act, @@ -11,7 +11,7 @@ p "" 1 1 "" { "E" "B" } 0 t "" 1 "Outcome 1" { 0 } p "" 1 2 "" { "B" "E" } 0 t "" 2 "Outcome 2" { 1 } -t "" 3 "Outcome 3" { 2 } +t "" 3 "Outcome 3" { 4 } p "" 1 2 "" { "B" "E" } 0 p "" 1 1 "" { "E" "B" } 0 t "" 4 "Outcome 4" { 4 }