Exemplo n.º 1
0
 def __init__(self, world, load_file="save_bots/qbot.json"):
     ValueBot.__init__(self, world, load_file)
     self.ngame = 0
Exemplo n.º 2
0
 def __init__(self, world, load_file="save_bots/qbot.json"):
     self.world = world
     ValueBot.__init__(self, world, load_file)
     self.nturns = 0
     self.pathfinder = None
Exemplo n.º 3
0
 def __init__(self,world, load_file="save_bots/qbot.json"):
     ValueBot.__init__(self,world, load_file)
     self.ngame = 0
Exemplo n.º 4
0
 def __init__(self,world, load_file="save_bots/qbot.json"):
     ValueBot.__init__(self,world, load_file)
     self.nturns = 0
     self.percentSeen = 0
     self.lastPercentSeen = 0
     self.world.stateless = False
Exemplo n.º 5
0
 def __init__(self,world, load_file="save_bots/qbot.json"):
     self.world = world
     ValueBot.__init__(self,world, load_file)
     self.nturns = 0
     self.pathfinder = None