Skip to content

Commit c6e850f

Browse files
committed
cleanup
Signed-off-by: fverac <fabiovera@microsoft.com>
1 parent 107e4d7 commit c6e850f

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

debug_gym/agents/base_agent.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -266,24 +266,6 @@ def run(self, task_name=None, debug=False):
266266
)
267267
self.history.step(info, llm_response)
268268

269-
if info.step_observation.source == "submit":
270-
print(
271-
"""
272-
ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION
273-
================================================================
274-
================================================================
275-
================================================================
276-
================================================================
277-
================================================================
278-
================================================================
279-
================================================================
280-
================================================================
281-
ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION ATTENTION
282-
submit cool called
283-
"""
284-
)
285-
# break
286-
287269
if (
288270
info.done
289271
or info.rewrite_counter >= self.config["max_rewrite_steps"]

0 commit comments

Comments
 (0)