Move 1, pernipa1 is playing.. Cards available to pernipa1 Player pernipa1 returned [14, 14, [[3, 1, 3, 4], [1, 1, 3, 3], [3, 3, 1, 1], [4, 3, 1, 3]]] in 0.576 ms Player pernipa1 old score 0, gained 0, new score 0 |
Move 2, zahraj19 is playing.. Cards available to zahraj19 Player zahraj19 returned [14, 11, [[4, 1, 3], [1, 1, 1], [3, 3, 3], [4, 4, 4], [1, 4, 2]]] in 277.551 ms Player zahraj19 old score 0, gained 20, new score 20 |
Move 3, pernipa1 is playing.. Cards available to pernipa1 play() took 3.000s which is more than allowed timeout 1.7s Traceback (most recent call last): File "game.py", line 396, in oneMove player.py", line 468, in play played_card = self.game_environment.game_step() player.py", line 350, in game_step size = connected_components_size(temp_matrix, abs_row, abs_col, color, visited, placed_mask, debug_path=d_path) player.py", line 286, in connected_components_size logging.info(f"Flood fill at ({start_row}, {start_col}): size={size}, extends_to_existing={outreaching}, cells={component_cells}") File "/software/python-3.6.2/gcc/lib/python3.6/logging/__init__.py", line 1875, in info root.info(msg, *args, **kwargs) File "/software/python-3.6.2/gcc/lib/python3.6/logging/__init__.py", line 1305, in info if self.isEnabledFor(INFO): File "/software/python-3.6.2/gcc/lib/python3.6/logging/__init__.py", line 1548, in isEnabledFor return level >= self.getEffectiveLevel() File "/software/python-3.6.2/gcc/lib/python3.6/logging/__init__.py", line 1537, in getEffectiveLevel if logger.level: File "game.py", line 242, in handler TimeException: TimeOut Error occured in situation: self.tournament = True self.timeout = 1.7 self.boardRows = 33 self.boardCols = 33 self.cardsOnDesk = [[14, 14, [[3, 1, 3, 4], [1, 1, 3, 3], [3, 3, 1, 1], [4, 3, 1, 3]]], [14, 11, [[4, 1, 3], [1, 1, 1], [3, 3, 3], [4, 4, 4], [1, 4, 2]]]] self.cardsAtHand = [[[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]], [[2, 3, 2, 1, 4], [3, 3, 2, 1, 1], [1, 3, 2, 1, 3]], [[4, 3, 4, 1, 2], [3, 3, 4, 1, 1], [1, 3, 4, 1, 3]], [[1, 4, 1, 3, 2], [4, 4, 1, 3, 3], [3, 4, 1, 3, 4]], [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]], [[4, 2, 4, 3, 1], [2, 2, 4, 3, 3], [3, 2, 4, 3, 2]], [[4, 3, 4, 2, 1], [3, 3, 4, 2, 2], [2, 3, 4, 2, 3]], [[4, 3, 4, 2], [3, 3, 4, 4], [4, 4, 3, 3], [2, 4, 3, 4]], [[3, 2, 3, 1], [2, 2, 3, 3], [3, 3, 2, 2], [1, 3, 2, 3]], [[4, 1, 4, 2], [1, 1, 4, 4], [4, 4, 1, 1], [2, 4, 1, 4]], [[2, 1, 2, 3], [1, 1, 2, 2], [2, 2, 1, 1], [3, 2, 1, 2]], [[2, 3, 2, 4, 1], [3, 3, 2, 4, 4], [4, 3, 2, 4, 3]], [[1, 2, 1, 3], [2, 2, 1, 1], [1, 1, 2, 2], [3, 1, 2, 1]], [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]], [[3, 4, 3, 2], [4, 4, 3, 3], [3, 3, 4, 4], [2, 3, 4, 3]], [[2, 3, 2, 4], [3, 3, 2, 2], [2, 2, 3, 3], [4, 2, 3, 2]], [[2, 1, 2, 3, 4], [1, 1, 2, 3, 3], [3, 1, 2, 3, 1]], [[3, 1, 3, 4, 2], [1, 1, 3, 4, 4], [4, 1, 3, 4, 1]], [[4, 2, 4, 1], [2, 2, 4, 4], [4, 4, 2, 2], [1, 4, 2, 4]], [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]], [[3, 1, 3, 2], [1, 1, 3, 3], [3, 3, 1, 1], [2, 3, 1, 3]], [[1, 4, 1, 3], [4, 4, 1, 1], [1, 1, 4, 4], [3, 1, 4, 1]], [[4, 1, 4, 3, 2], [1, 1, 4, 3, 3], [3, 1, 4, 3, 1]]] #only available cards are reported |