Moved Levels and fixed consta

This commit is contained in:
Steffen Illium
2023-10-25 17:15:46 +02:00
parent 85d65a2c78
commit 5e49b1228f
10 changed files with 1 additions and 6 deletions

View File

@ -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'

View File

@ -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