Skip to content

Commit

Permalink
Extend pub_coordination_mini to 3 rounds, since with 1 round result i…
Browse files Browse the repository at this point in the history
…s almost random

PiperOrigin-RevId: 691353803
Change-Id: I79554f642d62cc0b7e8cfb21f8e2c1dee11891eb
  • Loading branch information
vezhnick authored and copybara-github committed Oct 30, 2024
1 parent f9d25ea commit abb8cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/modular/environment/pub_coordination_mini.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(

super().__init__(
pub_closed_probability=0.0,
num_games=1,
num_games=3,
num_main_players=2,
num_supporting_players=0,
**kwargs,
Expand Down

0 comments on commit abb8cd6

Please sign in to comment.