Exemplo n.º 1
0
 def __init__(self, player, threshold=None, options=None):
     """Initialize runtime."""
     Runtime.__init__(self, player, threshold, options)
     self.threshold = self.num_players - 1
     self.s = 1
     self.d = 0
     self.s_lambda = 1
Exemplo n.º 2
0
 def __init__(self, player, options):
     """Initialize runtime."""
     Runtime.__init__(self, player, options)
Exemplo n.º 3
0
 def __init__(self, player, threshold, options=None):
     """Initialize runtime."""
     Runtime.__init__(self, player, threshold, options)
Exemplo n.º 4
0
 def __init__(self, player, threshold, options=None):
     """Initialize runtime."""
     Runtime.__init__(self, player, threshold, options)