Exemplo n.º 1
0
 def __init__(self, strength=5.1, forcet=1):
     Strategy.__init__(self, "Attaquant")
     self.strength = strength
     self.forcet = forcet
Exemplo n.º 2
0
 def __init__(self):
     Strategy.__init__(self, "Random")
Exemplo n.º 3
0
 def __init__(self):
     Strategy.__init__(self, "Attaquant")
Exemplo n.º 4
0
 def __init__(self, power=3.):
     Strategy.__init__(self,"PasseTest")
     self.power = power
Exemplo n.º 5
0
 def __init__( self ):
     Strategy.__init__(self," Go - getter ")
Exemplo n.º 6
0
 def __init__(self, n=None, distance=None):
     Strategy.__init__(self,"GardienTest")
     self.n_deb = n
     self.n = n
     self.distance = distance
Exemplo n.º 7
0
 def __init__(self, theta=None, power=None):
     Strategy.__init__(self,"DribblerTest")
     self.alpha = 0.2
     self.beta = 0.7
     self.theta = theta
     self.power = power
Exemplo n.º 8
0
 def __init__(self):
     Strategy.__init__(self, "Gardien")
Exemplo n.º 9
0
 def __init__(self, strength=None):
     Strategy.__init__(self, "Go - getter ")
     self.strength = strength
Exemplo n.º 10
0
 def __init__(self):
     Strategy.__init__(self, "DZ")
Exemplo n.º 11
0
 def __init__(self, strength=None):
     Strategy.__init__(self, "Fonceur")
     self.strength = strength
Exemplo n.º 12
0
 def __init__(self):
     Strategy.__init__(self, "Milieu")
Exemplo n.º 13
0
 def __init__(self):
     Strategy.__init__(self, "New")
 def __init__(self):
     Strategy.__init__(self, "Defenseur Central")
     self.counter = 0
     self.counter2 = 0
Exemplo n.º 15
0
 def __init__(self):
     Strategy.__init__(self, "Défenseur")
Exemplo n.º 16
0
 def __init__(self):
     Strategy.__init__(self, "Attaq_Gard")
     self.i = 0
     self.first = 0
Exemplo n.º 17
0
 def __init__(self, coeff=None):
     Strategy.__init__(self,"ReceptionTest")
     self.coeff = coeff
     self.cont = True
Exemplo n.º 18
0
 def __init__(self):
     Strategy.__init__(self, "Test")
     self.i = 0
Exemplo n.º 19
0
 def __init__(self, power=None):
     Strategy.__init__(self,"ControlerTest")
     self.power = power
Exemplo n.º 20
0
 def __init__(self, cst_dribble_A=10, cst_dribble_B=40):
     Strategy.__init__(self, "Random")
     self.cst_dribble_A = cst_dribble_A
     self.cst_dribble_B = cst_dribble_B
Exemplo n.º 21
0
 def __init__(self, dist=None, alpha=None, beta=None):
     Strategy.__init__(self,"Shoot")
     self.dist = dist
     self.alpha = alpha
     self.beta = beta
Exemplo n.º 22
0
 def __init__(self, cst_defense=0, cst_prediction=0.6):
     Strategy.__init__(self, "Random")
     self.cst_defense = cst_defense
     self.cst_prediction = cst_prediction
Exemplo n.º 23
0
 def __init__(self, dist):
     Strategy.__init__(self,"TestAcc")
     self.dist = dist
Exemplo n.º 24
0
 def __init__(self):
     Strategy.__init__(self, "Defenceur")
Exemplo n.º 25
0
 def __init__(self, strength=None):
     Strategy.__init__(self, "Imm")
 def __init__(self):
     Strategy.__init__(self, "Attaquant Central")
     self.counter_engage = 0
     self.counterstep = 0
Exemplo n.º 27
0
 def __init__(self):
     Strategy.__init__(self, "ailierb")
Exemplo n.º 28
0
 def __init__(self):
     Strategy.__init__(self, "Fonceur")
Exemplo n.º 29
0
 def __init__(self):
     Strategy.__init__(self, "Defense")
Exemplo n.º 30
0
 def __init__(self, forcet=1):
     Strategy.__init__(self, "wing")
     self.forcet = forcet