Skip to content

Commit 5b55970

Browse files
config: default filter_uniform_groups=true, refill_filtered_uniform_groups=false
Flip the rejection_sample defaults in the base config so uniform (zero-advantage) groups are filtered out and NOT refilled — i.e. dropped from the step rather than kept as zero-advantage placeholders. base.yaml is the sole definer of these keys; every backend/cookbook config inherits it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 341366e commit 5b55970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rllm/trainer/config/rllm/base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ rejection_sample:
137137
multiplier: 1
138138
min_partial_solve_tasks: 1
139139
min_trajs_per_group: 2
140-
filter_uniform_groups: false
141-
refill_filtered_uniform_groups: true
140+
filter_uniform_groups: true
141+
refill_filtered_uniform_groups: false
142142

143143
# Remote Runtime Configuration (for agent-in-container runtimes like AgentCore, Harbor)
144144
remote_runtime:

0 commit comments

Comments
 (0)