mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 17:11:35 +02:00
Moved Levels and fixed consta
This commit is contained in:
@ -3,10 +3,5 @@
|
|||||||
DESTINATION = 'Destinations'
|
DESTINATION = 'Destinations'
|
||||||
DEST_SYMBOL = 1
|
DEST_SYMBOL = 1
|
||||||
|
|
||||||
WAIT_ON_DEST = 'WAIT'
|
|
||||||
|
|
||||||
MODE_SINGLE = 'SINGLE'
|
MODE_SINGLE = 'SINGLE'
|
||||||
MODE_GROUPED = 'GROUPED'
|
MODE_GROUPED = 'GROUPED'
|
||||||
|
|
||||||
DONE_ALL = 'DONE_ALL'
|
|
||||||
DONE_SINGLE = 'DONE_SINGLE'
|
|
||||||
|
@ -22,7 +22,7 @@ This file is used for:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
LEVELS_DIR = 'modules/levels' # for use in studies and experiments
|
LEVELS_DIR = 'levels' # for use in studies and experiments
|
||||||
STEPS_START = 1 # Define where to the stepcount; which is the first step
|
STEPS_START = 1 # Define where to the stepcount; which is the first step
|
||||||
|
|
||||||
IGNORED_DF_COLUMNS = ['Episode', 'Run', # For plotting, which values are ignored when loading monitor files
|
IGNORED_DF_COLUMNS = ['Episode', 'Run', # For plotting, which values are ignored when loading monitor files
|
||||||
|
Reference in New Issue
Block a user