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

small adjustment to golden tests + fixes for Doom_Health_DFP and Doom_Health_Supreme_DFP

This commit is contained in:
Gal Leibovich
2018-08-23 15:59:00 +03:00
parent 3fd0bf4f0f
commit 2021490caa
3 changed files with 18 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ import time
from rl_coach.logger import screen
def read_csv_paths(test_path, filename_pattern, read_csv_tries=50):
def read_csv_paths(test_path, filename_pattern, read_csv_tries=100):
csv_paths = []
tries_counter = 0
while not csv_paths: