We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d3c4a commit 73c64ceCopy full SHA for 73c64ce
src/agentlab/analyze/agent_xray.py
@@ -1164,7 +1164,7 @@ def get_directory_contents(results_dir: Path):
1164
most_recent_summary = max(summary_files, key=os.path.getctime)
1165
summary_df = pd.read_csv(most_recent_summary)
1166
1167
- if len(summary_df) == 0 or summary_df["avg_reward"].isna().all():
+ if len(summary_df) == 0:
1168
continue # skip if all avg_reward are NaN
1169
1170
# get row with max avg_reward
0 commit comments