mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-17 16:12:00 +02:00
fixed names and function, dirtspawn and item spawn
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .actions import DoorUse
|
||||
from .entitites import Door, DoorIndicator
|
||||
from .groups import Doors
|
||||
from .rules import DoDoorAutoClose, IndicateDoorAreaInObservation
|
||||
from .rules import DoorAutoClose, IndicateDoorAreaInObservation
|
||||
|
@@ -5,7 +5,7 @@ from . import constants as d
|
||||
from .entitites import DoorIndicator
|
||||
|
||||
|
||||
class DoDoorAutoClose(Rule):
|
||||
class DoorAutoClose(Rule):
|
||||
|
||||
def __init__(self, close_frequency: int = 10):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user