Skip to content

Commit 02d1d86

Browse files
committed
removed create_mixed_behav_game_efg from games.py
1 parent 25b42cd commit 02d1d86

5 files changed

Lines changed: 1626 additions & 894 deletions

File tree

tests/games.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,6 @@ def create_matching_pennies_efg(with_neutral_outcome: bool = False) -> gbt.Game:
8383
return g
8484

8585

86-
def create_mixed_behav_game_efg() -> gbt.Game:
87-
"""
88-
Returns
89-
-------
90-
Game
91-
Three-player extensive form game: binary tree with 3 infomation sets, one per player,
92-
with 1, 2, and 4 nodes respectively
93-
94-
Since no information is revealed this is directly equivalent to a simultaneous move game
95-
"""
96-
return read_from_file("mixed_behavior_game.efg")
97-
98-
9986
def create_stripped_down_poker_efg(nonterm_outcomes: bool = False) -> gbt.Game:
10087
"""
10188
Returns

0 commit comments

Comments
 (0)