Resolve "simple pathfinding"
Compare changes
- Fabian Heinrich authored
Changed from unpacking operator to direct accessing of grid idx, weirdly did not work on gitlab test runner
@@ -211,7 +211,7 @@ def create_movement_graph(state: StateRepresentation, diagonal=True) -> Graph:
@@ -211,7 +211,7 @@ def create_movement_graph(state: StateRepresentation, diagonal=True) -> Graph: