-
Notifications
You must be signed in to change notification settings - Fork 199
[reward, trainer] feat: add managed multi-reward deployments #524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
knlnguyen1802
merged 21 commits into
verl-project:main
from
Sky-Trigger:MultiRewardDeployments
Sep 14, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2317fb5
[reward, trainer] feat: add managed multi-reward deployments
Sky-Trigger 4867f87
[reward] fix native PickScore colocate lifecycle
Sky-Trigger c72167b
[reward] refactor: introduce named reward models
Sky-Trigger 1b53e7d
[reward] fix: keep named model framework generic
Sky-Trigger 94a9937
[reward] support colocated PickScore processor assets
Sky-Trigger 5d6b7a7
[reward] preserve PickScore processor fallback
Sky-Trigger b7ce4ff
[reward] refactor: validate named model configs
Sky-Trigger d6c614a
[reward] fix: clarify PickScore E2E model names
Sky-Trigger f4c4363
[reward] fix: align imports after main rebase
Sky-Trigger fbf4115
Merge branch 'main' into MultiRewardDeployments
Sky-Trigger 8883d63
[reward] docs: add named model migration guide
Sky-Trigger 18a4a74
[reward] chore: keep parity test under tests
Sky-Trigger 507379d
[reward] docs: clarify named model guide scope
Sky-Trigger d5320cb
[reward] refactor: move reward config schemas
Sky-Trigger f1fae44
[reward] fix: isolate native placement and lifecycle
Sky-Trigger 8faf3e9
[reward] fix: avoid duplicate rollout sleep
Sky-Trigger 18b9e83
[reward] refactor: clean up named reward internals
Sky-Trigger 3e0f7a6
Update pooling_utils.py
Sky-Trigger 8b13d64
Merge branch 'main' into MultiRewardDeployments
Sky-Trigger f5dda03
Update pooling_utils.py
Sky-Trigger c9fab70
[docs] clarify named reward model scope
Sky-Trigger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned before, PickScore, as a lightweight model, applies
enginebackend here might not be a smart solution.It would be helpful to report latency and memory usage between
engineandnativebackends.If possible, please provide guidelines for backend selection for different rewards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PickScore uses the engine backend only as an example for the future migration of other models; it does not mean that the engine backend is used by default.