From b510510c892cf3f116d9b1b8846bc4e175dc82d2 Mon Sep 17 00:00:00 2001 From: drdkad Date: Fri, 29 May 2026 12:02:17 +0100 Subject: [PATCH 1/3] Add Fig 1 from Gilboa 1997, polish Fig 2 --- catalog/gilboa1997/fig1.efg | 9 +++++++++ catalog/gilboa1997/fig2.efg | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 catalog/gilboa1997/fig1.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 } From 74cb71f6860d89214222a534cfaede2ab9744b24 Mon Sep 17 00:00:00 2001 From: drdkad Date: Fri, 29 May 2026 12:04:18 +0100 Subject: [PATCH 2/3] update makefile --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3fd8f4f5f..233b44840 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 \ From 42fdba91cfaf8776703096562617d13b97c611ca Mon Sep 17 00:00:00 2001 From: Ted Turocy Date: Fri, 29 May 2026 12:20:14 +0100 Subject: [PATCH 3/3] Update Makefile.am --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 233b44840..0df98d38c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -206,7 +206,7 @@ EXTRA_DIST = \ contrib/games/zero.nfg \ src/README.rst \ catalog/bagwell1995.efg \ - catalog/gilboa1997/fig1.efg + catalog/gilboa1997/fig1.efg \ catalog/gilboa1997/fig2.efg \ catalog/jakobsen2016/fig1a.efg \ catalog/jakobsen2016/fig1b.efg \