add timout to mlebench readme instruction

This commit is contained in:
Yizhou Chi 2024-10-15 16:41:28 +08:00
parent 0166834ce4
commit 02b4f0aa13

View file

@ -104,7 +104,7 @@ #### MLE-Bench
Enter the following command to run the experiment:
```
python run_experiment.py --exp_mode mcts --custom_dataset_dir <dataset-dir-save-path/prepared/public> --rollouts 10 --from_scratch
python run_experiment.py --exp_mode mcts --custom_dataset_dir <dataset-dir-save-path/prepared/public> --rollouts 10 --from_scratch --role_timeout 3600
```