From 0ce1ca74a0df044d852a9791a4db258e33de3573 Mon Sep 17 00:00:00 2001 From: Xu Yang Date: Wed, 23 Apr 2025 05:15:29 -0600 Subject: [PATCH] fix: update runner max loop to 1 in DS scenario (#820) --- rdagent/app/data_science/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdagent/app/data_science/conf.py b/rdagent/app/data_science/conf.py index b46c8184..1108284e 100644 --- a/rdagent/app/data_science/conf.py +++ b/rdagent/app/data_science/conf.py @@ -32,7 +32,7 @@ class DataScienceBasePropSetting(KaggleBasePropSetting): max_trace_hist: int = 3 coder_max_loop: int = 10 - runner_max_loop: int = 3 + runner_max_loop: int = 1 rule_base_eval: bool = False