From 02b4f0aa13a238a8a053f4354048d76dbe99516b Mon Sep 17 00:00:00 2001 From: Yizhou Chi Date: Tue, 15 Oct 2024 16:41:28 +0800 Subject: [PATCH] add timout to mlebench readme instruction --- expo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expo/README.md b/expo/README.md index 5b913e415..6704582b8 100644 --- a/expo/README.md +++ b/expo/README.md @@ -104,7 +104,7 @@ #### MLE-Bench Enter the following command to run the experiment: ``` -python run_experiment.py --exp_mode mcts --custom_dataset_dir --rollouts 10 --from_scratch +python run_experiment.py --exp_mode mcts --custom_dataset_dir --rollouts 10 --from_scratch --role_timeout 3600 ```