mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-07 18:11:35 +02:00
renaming
This commit is contained in:
README.md
marl_factory_grid
__init__.py
algorithms
environment
__init__.pyactions.py
assets
constants.pyentity
factory.pygroups
rewards.pyrules.pylogging
modules
__init__.py
_template
batteries
clean_up
__init__.pyactions.pyconstants.pydirtpiles.pngentitites.pygroups.pyrewards.pyrule_done_on_all_clean.pyrule_respawn.pyrule_smear_on_move.py
destinations
doors
__init__.pyactions.pyconstants.pydoor_closed.pngdoor_open.pngentitites.pygroups.pyrewards.pyrule_door_auto_close.py
items
levels
machines
plotting
quickstart
utils
mfg_package/algorithms/marl
reload_agent.pysetup.py
11
marl_factory_grid/modules/items/constants.py
Normal file
11
marl_factory_grid/modules/items/constants.py
Normal file
@ -0,0 +1,11 @@
|
||||
from typing import NamedTuple
|
||||
|
||||
|
||||
SYMBOL_NO_ITEM = 0
|
||||
SYMBOL_DROP_OFF = 1
|
||||
# Item Env
|
||||
ITEM = 'Items'
|
||||
INVENTORY = 'Inventories'
|
||||
DROP_OFF = 'DropOffLocations'
|
||||
|
||||
ITEM_ACTION = 'ITEMACTION'
|
Reference in New Issue
Block a user