mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-22 14:56:43 +02:00
5 lines
124 B
Python
5 lines
124 B
Python
MOVEMENTS_VALID: float = -0.001
|
|
MOVEMENTS_FAIL: float = -0.05
|
|
NOOP: float = -0.01
|
|
COLLISION: float = -0.5
|