mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:00:10 +08:00
Remove accidental passes in rllib, tune (#8742)
This commit is contained in:
@@ -233,7 +233,6 @@ def run(run_or_experiment,
|
||||
space = {"lr": tune.uniform(0, 1), "momentum": tune.uniform(0, 1)}
|
||||
tune.run(my_trainable, config=space, stop={"training_iteration": 10})
|
||||
"""
|
||||
pass # XXX: force CI
|
||||
trial_executor = trial_executor or RayTrialExecutor(
|
||||
queue_trials=queue_trials,
|
||||
reuse_actors=reuse_actors,
|
||||
|
||||
Reference in New Issue
Block a user