We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dd6ab commit 0d92d7fCopy full SHA for 0d92d7f
tests/games.py
@@ -467,8 +467,9 @@ def create_one_shot_trust_efg(unique_NE_variant=False) -> gbt.Game:
467
468
The unique_NE_variant makes Trust a dominant strategy, replacing the
469
non-singleton equilibrium component from the standard version of the game
470
- where the Buyer plays "Not Trust" and the seller can play any mixture < 0.5 probability
471
- on Honor with a unique NE where the Buyer plays Trust and the Seller plays Abuse.
+ where the Buyer plays "Not Trust" and the seller can play any mixture with
+ < 0.5 probability on Honor with a unique NE where the Buyer plays Trust and
472
+ the Seller plays Abuse.
473
474
This is not a standard variant but is useful for testing enumpoly_solve.
475
"""
0 commit comments