from . import * from otree.api import Bot import numpy class PlayerBot(Bot): def play_round(self): if(self.round_number == 1): yield (Instructions0) yield (Instructions1, {'email': "This feature is designed for lazy people who would prefer for oTree to automatically test their apps for them. And oTree Studio can even design your bot code for you, so the whole process (writing and running bots) involves barely any effort."}) yield (Instructions2) yield (Instructions3) yield (Instructions4) yield (Instructions5) yield (Resume_Eval2, {'CV_to_view': 1}) yield (Resume_Eval2, {'CV_1': 1}) yield (Resume_Eval2, {'CV_to_view': 2}) yield (Resume_Eval2, {'CV_2': 2}) yield (Resume_Eval2, {'CV_to_view': 3}) yield (Resume_Eval2, {'CV_3': 3}) yield (Resume_Eval2, {'CV_to_view': 4}) yield (Resume_Eval2, {'CV_4': 4}) yield (Resume_Eval2, {'CV_to_view': 5}) yield (Resume_Eval2, {'CV_5': 5}) yield (Resume_Eval2, {'CV_to_view': 6}) yield (Resume_Eval2, {'CV_6': 6}) yield (Resume_Eval2, {'subreq': True})