[rllib/tune] Cache get_preprocessor() calls, default max_failur… (#6211)

This commit is contained in:
Eric Liang
2019-11-21 15:55:56 -08:00
committed by Richard Liaw
parent d3227f2f2d
commit 7559fdb141
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ def run(run_or_experiment,
checkpoint_score_attr=None,
global_checkpoint_period=10,
export_formats=None,
max_failures=3,
max_failures=0,
restore=None,
search_alg=None,
scheduler=None,