diff --git a/overcooked_simulator/overcooked_environment.py b/overcooked_simulator/overcooked_environment.py index 538669e89d49fd6caf317daf0767135108ad1eef..84d6312821e9cb74b1e488d850e2e13f73429c99 100644 --- a/overcooked_simulator/overcooked_environment.py +++ b/overcooked_simulator/overcooked_environment.py @@ -320,8 +320,8 @@ class Environment: current_x += 1 current_y += 1 - self.kitchen_width: float = len(lines[0]) - self.kitchen_height = len(lines) + self.kitchen_width: float = len(lines[0]) + starting_at + self.kitchen_height = len(lines) + starting_at self.counter_factory.post_counter_setup(counters) return counters, designated_player_positions, free_positions