Factory is now Battery Powered

This commit is contained in:
Steffen Illium
2021-11-11 18:42:48 +01:00
parent f9c05dc3bf
commit fcb765f447
11 changed files with 352 additions and 16 deletions

View File

@ -49,6 +49,10 @@ class Constants(Enum):
INVENTORY = 'Inventory'
DROP_OFF = 'Drop_Off'
# Battery Env
CHARGE_POD = 'Charge_Pod'
BATTERIES = 'BATTERIES'
def __bool__(self):
if 'not_' in self.value:
return False
@ -84,6 +88,7 @@ class EnvActions(Enum):
USE_DOOR = 'use_door'
CLEAN_UP = 'clean_up'
ITEM_ACTION = 'item_action'
CHARGE = 'charge'
m = MovingAction