Skip to content

Commit c1ca9c1

Browse files
committed
1
1 parent e603155 commit c1ca9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verl/trainer/config/algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class FilterGroupsConfig(BaseConfig):
4848
Args:
4949
enable (bool): Whether to enable filter groups.
5050
NOTE: This feature is not compatible with asynchronous reward computation (`launch_reward_fn_async=True`).
51-
metric (Optional[str]): Metric to use for filtering: "acc", "score", "seq_reward", "seq_final_reward", etc.
51+
metric (Optional[str]): Metric to use for filtering: "acc", "score", "seq_reward", etc.
5252
max_num_gen_batches (int): Maximum number of backfill attempts when collecting diverse responses.
5353
Non-positive values mean no upper limit (use with caution).
5454
filter_function (Optional[str]): Path to filter function (e.g., "my_module.my_filter_func").

0 commit comments

Comments
 (0)