1
0
mirror of https://github.com/illiumst/marl-factory-grid.git synced 2026-05-28 21:43:22 +02:00
Files
marl-factory-grid/marl_factory_grid/environment/rewards.py
T
2023-11-10 06:54:38 +01:00

6 lines
152 B
Python

MOVEMENTS_VALID: float = -0.001
MOVEMENTS_FAIL: float = -0.05
NOOP: float = -0.01
COLLISION: float = -0.5
COLLISION_DONE: float = -1