mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-06-19 19:02:53 +02:00
4 lines
109 B
Python
4 lines
109 B
Python
DROP_OFF_VALID: float = 0.1
|
|
DROP_OFF_FAIL: float = -0.1
|
|
PICK_UP_FAIL: float = -0.1
|
|
PICK_UP_VALID: float = 0.1 |