mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-22 14:56:43 +02:00
5 lines
110 B
Python
5 lines
110 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
|