Constants
The following Constants can be set in the Constants class:
Random Payoff
random_payoffis used to define your preferred payoff calculation for theplayer.payofffield.If set to
Truea player’s payoff is only calculated in thepaying_round. The payoff in all other rounds is 0. See Paying RoundIf set to
Falsea player’s payoff is calculated in all rounds.
Random Saved Emission
random_saved_emissionis used to define how theSubsession.sum_saved_emissionfield is calculated. See Sum saved EmissionIf set to
Truethe sum is calculated by adding each player’s saved emission in thepaying_round.If set to
Falsethe saved emission for all rounds is added.
Bot Criteria
Bot_criteriais used to define the criteria as to when a player is seen as a bot.
Bot_criteriamust be a value between 0-1 that represents the percentage of autonomous decisions a player has to make in order to be seen as human.Example: The definition below means a player must decide autonomously (No timeout happened) in at least 75% of all rounds. Otherwise the player is regarded as a bot.
Bot_criteria = 0.75
Num Rounds
This is an oTree specific variable that defines the number of rounds of the CET.
The number of rounds is defined as the length of the CET Data (csv file) that contains the carbon data. If no changes are made this equals to 40 rounds.