1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 19:50:17 +01:00

removing test from Doom_Health_Supreme_DFP + relaxing time limit on reward tests

This commit is contained in:
Gal Leibovich
2018-08-26 18:42:26 +03:00
parent 2021490caa
commit d826382b11
2 changed files with 1 additions and 9 deletions

View File

@@ -290,7 +290,7 @@ def main():
action='store_true')
parser.add_argument('-tl', '--time_limit',
help="time limit for each test in minutes",
default=40, # setting time limit to be so high due to DDPG being very slow - its tests are long
default=60, # setting time limit to be so high due to DDPG being very slow - its tests are long
type=int)
parser.add_argument('-np', '--no_progress_bar',
help="(flag) Don't print the progress bar (makes jenkins logs more readable)",