-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
probs of actions at chance node normalized after an action is deleted
- Loading branch information
1 parent
d401f7c
commit c7d8116
Showing
8 changed files
with
95 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
src/pygambit/tests/test_games/chance_root_3_moves_only_one_nonzero_prob.efg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
EFG 2 R "A chance node with 3 moves, 2 with zero prob; one non-terminal player node" { "Player" } | ||
"" | ||
|
||
c "" 1 "(0,1)" { "A" 1 "B" 0 "C" 0 } 0 | ||
p "" 1 1 "(1,1)" { "LEFT" "RIGHT" } 0 | ||
t "" 1 "Outcome 1" { 0 } | ||
t "" 2 "Outcome 2" { 1 } | ||
t "" 3 "Outcome 3" { 2 } | ||
t "" 4 "Outcome 4" { 3 } |
9 changes: 9 additions & 0 deletions
9
src/pygambit/tests/test_games/chance_root_5_moves_no_nonterm_player_nodes.efg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
EFG 2 R "A chance node with 5 moves; no non-terminal player node" { "Player" } | ||
"" | ||
|
||
c "" 1 "" { "A" 1/3 "B" 0 "C" 1/3 "D" 1/3 "E" 0 } 0 | ||
t "" 1 "A" { 0 } | ||
t "" 2 "B" { 1 } | ||
t "" 3 "C" { 3 } | ||
t "" 4 "D" { 3 } | ||
t "" 5 "E" { 4 } |