doc: Diagnostics info at result

This commit is contained in:
Leni Aniva 2024-10-04 18:04:10 -07:00
parent 542784caa2
commit 5b176795b2
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ def run_eval(args):
feedback_turns=args.feedback_turns,
)
result = try_test_data(server, agent, datum, max_steps=args.max_steps, max_trials_per_goal=args.max_trials_per_goal)
print(colored(f"Result on {datum['id']}: {result}", "blue"))
#server.gc()
if result is None:
with open(placeholder_file_name, 'w') as f: