Skip to content

Commit

Permalink
Change to 6 bargaining rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
miawlu committed May 6, 2024
1 parent 5cb1f58 commit 520718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live_bargaining/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def creating_session(subsession):
class C(BaseConstants):
NAME_IN_URL = "live_bargaining"
PLAYERS_PER_GROUP = 3
NUM_ROUNDS = 5 # todo: adjust for main experiment
NUM_ROUNDS = 6 # todo: adjust for main experiment


class Subsession(BaseSubsession):
Expand Down

0 comments on commit 520718d

Please sign in to comment.