mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
rm hardcoded same score check
This commit is contained in:
parent
708b42a00f
commit
f02c24204d
22 changed files with 0 additions and 85 deletions
|
|
@ -3653,14 +3653,6 @@ class AnswerFormatEnv(BaseEnv):
|
|||
)
|
||||
await self._save_failed_rollouts_to_jsonl()
|
||||
|
||||
# Check if all scores are the same (no learning signal)
|
||||
if all(group_scores[0] == score for score in group_scores):
|
||||
if self.debug_logging:
|
||||
self.logger.debug(
|
||||
"All scores are identical, returning None for learning signal"
|
||||
)
|
||||
return None
|
||||
|
||||
# Track successful groups for equivalent ratio enforcement
|
||||
if self.ensure_equivalent_ratios:
|
||||
# Count this as a successful group if we have any successful examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue