Ejemplo n.º 1
0
 def __init__(self,
              board,
              last_turn,
              turn=Turns.X.value,
              timeout=100,
              before=1):
     self.turn = turn
     self.board = board
     self._cloned_board = None
     self.mct = None
     self.timeout = timeout
     self.before = before
     self.last_turn = last_turn
     self.nn = NeuralNetwork()
     self.nn.load("2018-07-19 22:29:06")
Ejemplo n.º 2
0
 def __init__(self):
     super().__init__()
     self.nn = NeuralNetwork()
     self.nn.load("2018-07-19 22:29:06")