Example #1
0
 def __init__(self, action_space):
     RandomAgent.__init__(self, action_space)
     self.i = 0
Example #2
0
 def __init__(self, *args, **kwargs):
     RandomAgent.__init__(self, *args, **kwargs)
     self.seeds = []