docs(seal-reward): state the OpenAI RFT path as the grader docs allow - #197
Merged
Conversation
The section was headed "OpenAI Agent RFT grader". OpenAI's current docs document no grader that calls a URL, the python grader has no network access, and the guides describe no tool endpoint that carries a result into the graded sample. Name the six documented grader types, the grade(sample, item) contract, the no-network rule, and the wind-down notice, and present /v1/graders/openai as the local mirror of that shape. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
What changed
docs/commercial/seal-reward.md, section "OpenAI Agent RFT grader", is now "OpenAI grader shape". The old text said OpenAI documents one custom-grader contract and that a hosted job can't reach the worker. The new text names the six grader types OpenAI documents, quotes the no-network rule for the python grader, states that the guides describe no tool endpoint that carries a result into the graded sample, notes the fine-tuning wind-down, and presentsPOST /v1/graders/openaias the local mirror ofgrade(sample, item)for a self-hosted loop. The TRL, verl, and Prime Intellect sections are unchanged.OpenAI documentation read on 2026-09-01
Graders guide, https://developers.openai.com/api/docs/guides/graders
The guide documents
string_check,text_similarity,score_model,python, andmulti. The API reference (https://developers.openai.com/api/docs/api-reference/graders) addslabel_model. No type takes a URL or endpoint field.Reinforcement fine-tuning guide, https://developers.openai.com/api/docs/guides/reinforcement-fine-tuning
The guide has no page for Agent RFT (https://developers.openai.com/api/docs/guides/agent-rft returns 404) and no sentence about a tool endpoint the model calls during a rollout.
Opened by an agent session, not the founder.
🤖 Generated with Claude Code