mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 09:01:36 +02:00
Add Independent A2C implementation
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
MOVEMENTS_VALID: float = -0.001
|
||||
MOVEMENTS_FAIL: float = -0.05
|
||||
MOVEMENTS_VALID: float = -0.01 # default: -0.001
|
||||
MOVEMENTS_FAIL: float = -0.1 # default: -0.05
|
||||
NOOP: float = -0.01
|
||||
COLLISION: float = -0.5
|
||||
COLLISION_DONE: float = -1
|
||||
|
Reference in New Issue
Block a user