mirror of
https://github.com/wassname/ray.git
synced 2026-08-07 11:27:43 +08:00
[minor][tune] update pbt docs (#5420)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user