mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-17 16:12:00 +02:00
Description and better naming scheme for the Destination-Module
This commit is contained in:
@@ -5,3 +5,9 @@ DEST_SYMBOL = 1
|
||||
|
||||
MODE_SINGLE = 'SINGLE'
|
||||
MODE_GROUPED = 'GROUPED'
|
||||
SPAWN_MODES = [MODE_SINGLE, MODE_GROUPED]
|
||||
|
||||
REWARD_WAIT_VALID: float = 0.1
|
||||
REWARD_WAIT_FAIL: float = -0.1
|
||||
REWARD_DEST_REACHED: float = 1.0
|
||||
REWARD_DEST_DONE: float = 5.0
|
||||
|
Reference in New Issue
Block a user