mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-22 14:56:43 +02:00
9 lines
202 B
Python
9 lines
202 B
Python
SYMBOL_NO_ITEM = 0
|
|
SYMBOL_DROP_OFF = 1
|
|
# Item Env
|
|
ITEM = 'Items'
|
|
INVENTORY = 'Inventories'
|
|
DROP_OFF = 'DropOffLocations'
|
|
|
|
ITEM_ACTION = 'ITEMACTION'
|