verl-project/verl

[FR] Better metric reduction utility

Open

#1,508 opened on May 13, 2025

View on GitHub
 (3 comments) (2 reactions) (0 assignees)Python (3,940 forks)auto 404
enhancementfeature requestgood first issue

Repository metrics

Stars
 (21,533 stars)
PR merge metrics
 (Avg merge 5d) (146 merged PRs in 30d)

Description

Motivation

reduce_metrics seems to be used for reducing metrics across DP ranks and batches, which only simply means the values.

However, reducing metrics across DP ranks is non-trivial since some metrics like "mean" are not linear.

Contributor guide