mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-06-18 18:52:52 +02:00
Major Bug resolved
This commit is contained in:
@ -17,8 +17,8 @@ class Constants(Enum):
|
||||
OCCUPIED_CELL = 1
|
||||
|
||||
DOORS = 'doors'
|
||||
IS_CLOSED_DOOR = 1
|
||||
IS_OPEN_DOOR = -1
|
||||
CLOSED_DOOR = 1
|
||||
OPEN_DOOR = -1
|
||||
|
||||
LEVEL_IDX = 0
|
||||
|
||||
|
Reference in New Issue
Block a user