mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 17:11:35 +02:00
renaming
This commit is contained in:
11
marl_factory_grid/modules/machines/constants.py
Normal file
11
marl_factory_grid/modules/machines/constants.py
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
MACHINES = 'Machines'
|
||||
MACHINE = 'Machine'
|
||||
|
||||
STATE_WORK = 'working'
|
||||
STATE_IDLE = 'idling'
|
||||
STATE_MAINTAIN = 'maintenance'
|
||||
|
||||
SYMBOL_WORK = 1
|
||||
SYMBOL_IDLE = 0.6
|
||||
SYMBOL_MAINTAIN = 0.3
|
Reference in New Issue
Block a user