Skip to content

Commit fd50a1d

Browse files
author
Ziyang SONG
committed
Updated repository with latest changes
1 parent 31a7156 commit fd50a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

verl/workers/reward/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@dataclass
2323
class RewardConfig:
2424
reward_type: str = "function"
25-
compute_score: str = "math"
25+
compute_score: str = "retrieve"
2626

2727
# Define valid options as a class variable
2828
valid_compute_scores: List[str] = field(default_factory=lambda: ["math", "r1v", "retrieve"], repr=False)

0 commit comments

Comments
 (0)