Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
redai-studio
/
Relax
Public
Notifications
You must be signed in to change notification settings
Fork
150
Star
612
Code
Issues
90
Pull requests
73
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
【Task.27】feat(algorithms): add GDPO multi-reward advantage estimator
- #277
#277
Open
Men1scus
wants to merge 22 commits into
redai-studio:main
redai-studio/Relax:main
from
Men1scus:pr2/gdpo
Men1scus/Relax:pr2/gdpo
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
【Task.27】feat(algorithms): add GDPO multi-reward advantage estimator
#277
Men1scus
wants to merge 22 commits into
redai-studio:main
redai-studio/Relax:main
from
Men1scus:pr2/gdpo
Men1scus/Relax:pr2/gdpo
Copy head branch name to clipboard
Commits
Commits on Aug 24, 2026
refactor(algorithms): declare each algorithm once in a registry
Show description for 309cd81
Men1scus
committed
309cd81
View commit details
Copy full SHA for 309cd81
Browse repository at this point
feat(gdpo): add the GDPO multi-reward advantage estimator
Show description for 5401070
Men1scus
committed
5401070
View commit details
Copy full SHA for 5401070
Browse repository at this point
fix(gdpo): agree on the segmentation before whitening, reject float32 overflow
Show description for 905d0e0
Men1scus
committed
905d0e0
View commit details
Copy full SHA for 905d0e0
Browse repository at this point
feat(gdpo): make the upstream reward consumers component-aware
Show description for e5404dc
Men1scus
committed
e5404dc
View commit details
Copy full SHA for e5404dc
Browse repository at this point
fix(gdpo): correct the motivation, and the consumers that encoded it
Show description for 884aa1a
Men1scus
committed
884aa1a
View commit details
Copy full SHA for 884aa1a
Browse repository at this point
test(algorithms): make two assertions capable of failing
Show description for afe13f5
Men1scus
committed
afe13f5
View commit details
Copy full SHA for afe13f5
Browse repository at this point
fix(algorithms): unbreak the CPU tests, and stop two more specs from lying
Show description for 7453148
Men1scus
committed
7453148
View commit details
Copy full SHA for 7453148
Browse repository at this point
docs(gdpo): state the motivation as one formula instead of two half-truths
Show description for 6f21447
Men1scus
committed
6f21447
View commit details
Copy full SHA for 6f21447
Browse repository at this point
fix(gdpo): stop cancelling components from becoming a gradient
Show description for c1399bf
Men1scus
committed
c1399bf
View commit details
Copy full SHA for c1399bf
Browse repository at this point
fix(rewards): stop a crashing label and a signal-swallowing floor
Show description for 4be7743
Men1scus
committed
4be7743
View commit details
Copy full SHA for 4be7743
Browse repository at this point
docs(algorithms): name what actually aligns the whitening segments
Show description for d26387c
Men1scus
committed
d26387c
View commit details
Copy full SHA for d26387c
Browse repository at this point
fix(rewards): withdraw the noise guard, keep what measuring it taught
Show description for a0d8118
Men1scus
committed
a0d8118
View commit details
Copy full SHA for a0d8118
Browse repository at this point
fix(gdpo): stop editing the training signal to record a judgement about it
Show description for 8567e34
Men1scus
committed
8567e34
View commit details
Copy full SHA for 8567e34
Browse repository at this point
test(gdpo): exercise step 3 through the production Megatron entry point
Show description for a3971ff
Men1scus
committed
a3971ff
View commit details
Copy full SHA for a3971ff
Browse repository at this point
fix(gdpo): remove a criterion that cannot answer the question it was asked
Show description for 3217cf0
Men1scus
committed
3217cf0
View commit details
Copy full SHA for 3217cf0
Browse repository at this point
fix(gdpo): fail together across ranks, and stop overstating what was measured
Show description for 5241b11
Men1scus
committed
5241b11
View commit details
Copy full SHA for 5241b11
Browse repository at this point
test(gdpo): prove the cross-rank failure, and close three gaps the review left
Show description for 772a4b2
Men1scus
committed
772a4b2
View commit details
Copy full SHA for 772a4b2
Browse repository at this point
test(gdpo): run the review's asked-for chain over a real process group
Show description for 24975d9
Men1scus
committed
24975d9
View commit details
Copy full SHA for 24975d9
Browse repository at this point
fix(gdpo): catch the reward error the metrics path could actually hit
Show description for 65ed22e
Men1scus
committed
65ed22e
View commit details
Copy full SHA for 65ed22e
Browse repository at this point
perf(gdpo): take the per-batch device syncs out of step 3's guards
Show description for a233d7e
Men1scus
committed
a233d7e
View commit details
Copy full SHA for a233d7e
Browse repository at this point
test(gdpo): bound the gloo timeout so a stranded rank fails instead of stalling
Show description for b92ce2d
Men1scus
committed
b92ce2d
View commit details
Copy full SHA for b92ce2d
Browse repository at this point
test(gdpo): bind the loss module to a one-process mpu whether or not MCore is installed
Show description for cb7d181
Men1scus
committed
cb7d181
View commit details
Copy full SHA for cb7d181
Browse repository at this point
You can’t perform that action at this time.