-
Notifications
You must be signed in to change notification settings - Fork 224
Add overlong reward shaping for DAPO. #947
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
Merged
Conversation
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
bf3cef0 to
5ac4f1c
Compare
5ac4f1c to
349687d
Compare
349687d to
1b3d6ac
Compare
1b3d6ac to
8051428
Compare
8051428 to
cb3ff4a
Compare
cb3ff4a to
f275557
Compare
f275557 to
64eea94
Compare
70c0d42 to
8bb597f
Compare
8bb597f to
7c56e6f
Compare
7c56e6f to
a731aa5
Compare
a731aa5 to
450d882
Compare
450d882 to
f717ea1
Compare
f717ea1 to
dd3f4f7
Compare
dd3f4f7 to
3bdc2e7
Compare
3bdc2e7 to
b06127b
Compare
Refactor rl_learner.compute_reward to use reward_manager Enable logging `algo_config` at learner init. PiperOrigin-RevId: 857337442
b06127b to
f55e0a0
Compare
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.
Add overlong reward shaping for DAPO.
Refactor rl_learner.compute_reward to use reward_manager
Enable logging
algo_configat learner init.