mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-11-16 23:33:51 +01:00
fixed merge-issue
This commit is contained in:
@@ -86,7 +86,6 @@ Entities:
|
||||
coords_or_quantity: 2
|
||||
Maintainers:
|
||||
coords_or_quantity: 1
|
||||
Zones: {}
|
||||
|
||||
General:
|
||||
env_seed: 69
|
||||
|
||||
@@ -74,7 +74,6 @@ class MaintainerTest(Test):
|
||||
for maintainer in state.entities[M.MAINTAINERS]:
|
||||
if maintainer._path and self.temp_state_dict != {}:
|
||||
if maintainer.identifier in self.temp_state_dict:
|
||||
print("check")
|
||||
last_action = self.temp_state_dict[maintainer.identifier]
|
||||
if last_action.identifier == 'DoorUse':
|
||||
if door := next((entity for entity in state.entities.get_entities_near_pos(maintainer.pos) if
|
||||
|
||||
Reference in New Issue
Block a user