mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-17 16:12:00 +02:00
renaming
This commit is contained in:
14
marl_factory_grid/modules/destinations/constants.py
Normal file
14
marl_factory_grid/modules/destinations/constants.py
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
# Destination Env
|
||||
DESTINATION = 'Destinations'
|
||||
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'
|
Reference in New Issue
Block a user