0718 remote batch reward#3
Merged
HyperdriveHustle merged 7 commits intorun_sensecore_merge_verl_0626from Aug 14, 2025
Merged
Conversation
Owner
There was a problem hiding this comment.
这个 base 类当时在 harpy 里是会有不同类型的 tools 继承(比如 model / api),所以这样写,我们这里只有一个 api tools 的话感觉可以把这个去掉,直接实现一个就好
Owner
There was a problem hiding this comment.
这里的更改看起来只有 debug 的注释,是不是可以去掉
| res = math_verify.compute_score(solution_str, ground_truth) | ||
| elif data_source == 'math_dapo' or data_source.startswith("aime") or data_source.startswith("dapo_"): | ||
| elif data_source in [ | ||
| 'train-math-numinamath1.5_aops_forum', 'DeepScaleR_no_system', 'dapo_aime2025_s32_no_system', 'dapo_aime2024_s32_no_system', |
Owner
There was a problem hiding this comment.
我记得这里有一些非 int 的,也可以用 dapo reward吗
…red from response[-300:0]
5b9cf96
into
run_sensecore_merge_verl_0626
2 of 6 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist Before Starting
What does this PR do?
High-Level Design
Specific Changes
API
Usage Example
# Add code snippet or script demonstrating how to use thisTest
Additional Info.
Checklist Before Submitting
[BREAKING]to the PR title if it breaks any API.