from otree.api import Currency as c, currency_range, expect, Bot from . import * class PlayerBot(Bot): def play_round(self): yield Submission(task1, dict(you1 = 100, you2 = 85, you3 = 50, you4 = 50, you5 = 85, you6 = 100, other1 = 50, other2 = 15, other3 = 100, other4 = 100, other5 = 85, other6 = 50), check_html=False)