mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 15:26:43 +02:00
6 lines
112 B
Python
6 lines
112 B
Python
MAINTAIN_VALID: float = 0.5
|
|
MAINTAIN_FAIL: float = -0.1
|
|
FAIL_MISSING_MAINTENANCE: float = -0.5
|
|
|
|
NONE: float = 0
|