Skip to content
Snippets Groups Projects
Commit 03e5887b authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Removed print

parent f2e43c97
No related branches found
No related tags found
1 merge request!47Resolve "Burnt Meals and Ingredients"
Pipeline #45552 passed
......@@ -396,9 +396,6 @@ class Environment:
return counters, designated_player_positions, free_positions
def determine_counter_orientations(self, counters, grid, kitchen_center):
for l in grid:
print(l)
grid = np.array(grid).T
grid_width = grid.shape[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment