from otree.api import expect, Bot from . import * class PlayerBot(Bot): # cases = [ # 'asshole1'#, # repeats the same number many times # # 'asshole2', # types many numbers # # 'safe', # in each period, she types the previous number # # 'one_per_period', # one guess per period # # 'idle', #does nothing # ] def play_round(self): yield Submission(Demographics, dict(age=23))