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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user