mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 15:26:43 +02:00
14 lines
207 B
Python
14 lines
207 B
Python
|
|
MACHINES = 'Machines'
|
|
MACHINE = 'Machine'
|
|
|
|
MACHINE_ACTION = 'Maintain'
|
|
|
|
STATE_WORK = 'working'
|
|
STATE_IDLE = 'idling'
|
|
STATE_MAINTAIN = 'maintenance'
|
|
|
|
SYMBOL_WORK = 1
|
|
SYMBOL_IDLE = 0.6
|
|
SYMBOL_MAINTAIN = 0.3
|