[minor][tune] update pbt docs (#5420)

This commit is contained in:
Richard Liaw
2019-08-11 12:39:54 -07:00
committed by GitHub
parent b1e010feec
commit cff72d1a54
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class RayTrialExecutor(TrialExecutor):
trial.runner = existing_runner
if not self.reset_trial(trial, trial.config, trial.experiment_tag):
raise AbortTrialExecution(
"Trial runner reuse requires reset_trial() to be "
"Trainable runner reuse requires reset_config() to be "
"implemented and return True.")
return existing_runner