mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 07:16:44 +02:00
16 lines
360 B
Python
16 lines
360 B
Python
|
|
# Destination Env
|
|
DESTINATION = 'Destinations'
|
|
BOUNDDESTINATION = 'BoundDestinations'
|
|
DEST_SYMBOL = 1
|
|
DEST_REACHED_REWARD = 0.5
|
|
DEST_REACHED = 'ReachedDestinations'
|
|
|
|
WAIT_ON_DEST = 'WAIT'
|
|
|
|
MODE_SINGLE = 'SINGLE'
|
|
MODE_GROUPED = 'GROUPED'
|
|
|
|
DONE_ALL = 'DONE_ALL'
|
|
DONE_SINGLE = 'DONE_SINGLE'
|