Skip to content

Commit 3bd4c7d

Browse files
committed
fix(metric_helper): update openjudge graders list in reward metric helper
1 parent c9b87ac commit 3bd4c7d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ajet/utils/metric_helper/reward_metric_helper.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ def compute_reward_metrics(reward_stats_list: List[Dict[str, Any]], prefix: str
8484
openjudge_graders = [
8585
"report_resolution",
8686
"trajectory_faithfulness",
87-
"rubrics_performance",
88-
"trajectory_comprehensive",
89-
"information_gain",
90-
"action_loop",
87+
"citation_audit",
9188
]
9289

9390
for grader_name in openjudge_graders:

0 commit comments

Comments
 (0)