Beispiel #1
0
 def attack_ad(self, obs):
     ArmyControl.attack(self, obs, location=[11, 33])
Beispiel #2
0
 def attack_ba(self, obs):
     ArmyControl.attack(self, obs, location=[18, 12])
Beispiel #3
0
 def attack_ab(self, obs):
     ArmyControl.attack(self, obs, location=[11, 19])
Beispiel #4
0
 def attack_ac(self, obs):
     ArmyControl.attack(self, obs, location=[11, 26])
Beispiel #5
0
 def attack_cc(self, obs):
     ArmyControl.attack(self, obs, location=[25, 26])
Beispiel #6
0
 def attack_ec(self, obs):
     ArmyControl.attack(self, obs, location=[38, 26])
Beispiel #7
0
 def attack_ge(self, obs):
     ArmyControl.attack(self, obs, location=[52, 39])
Beispiel #8
0
 def attack_bg(self, obs):
     ArmyControl.attack(self, obs, location=[18, 53])
Beispiel #9
0
 def attack_fg(self, obs):
     ArmyControl.attack(self, obs, location=[45, 53])
Beispiel #10
0
 def attack_ga(self, obs):
     ArmyControl.attack(self, obs, location=[52, 12])
Beispiel #11
0
 def attack_ff(self, obs):
     ArmyControl.attack(self, obs, location=[45, 46])
Beispiel #12
0
 def attack_fb(self, obs):
     ArmyControl.attack(self, obs, location=[45, 19])
Beispiel #13
0
 def attack_ed(self, obs):
     ArmyControl.attack(self, obs, location=[38, 33])
Beispiel #14
0
 def attack_be(self, obs):
     ArmyControl.attack(self, obs, location=[18, 39])
Beispiel #15
0
 def attack_gf(self, obs):
     ArmyControl.attack(self, obs, location=[52, 46])
Beispiel #16
0
 def attack_bf(self, obs):
     ArmyControl.attack(self, obs, location=[18, 46])
Beispiel #17
0
 def attack_gg(self, obs):
     ArmyControl.attack(self, obs, location=[52, 53])
Beispiel #18
0
 def attack_ca(self, obs):
     ArmyControl.attack(self, obs, location=[25, 12])
Beispiel #19
0
 def attack(self, obs, location=None):
     ArmyControl.attack(self, obs, location)
Beispiel #20
0
 def attack_ce(self, obs):
     ArmyControl.attack(self, obs, location=[25, 39])
Beispiel #21
0
 def attack_eb(self, obs):
     ArmyControl.attack(self, obs, location=[38, 19])