diff --git a/python/ray/tune/examples/hyperopt_example.py b/python/ray/tune/examples/hyperopt_example.py index 6d61b1321..2898bf26d 100644 --- a/python/ray/tune/examples/hyperopt_example.py +++ b/python/ray/tune/examples/hyperopt_example.py @@ -48,7 +48,7 @@ if __name__ == '__main__': "run": "exp", "num_samples": 10 if args.smoke_test else 1000, "stop": { - "training_iteration": 100 + "timesteps_total": 100 }, } }