This commit is contained in:
Steffen Illium
2023-06-21 11:28:36 +02:00
parent 95c85bfedd
commit d11b1a8172
133 changed files with 225 additions and 225 deletions

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