docs: training on rollouts from an external agent harness - #2341
docs: training on rollouts from an external agent harness#2341ananthsub wants to merge 6 commits into
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
🌿 Preview your docs: https://nvidia-preview-ananthsub-tokidcap-docs.docs.buildwithfern.com/nemo/gym Here are the markdown pages you've updated: |
5ba38fc to
78879fa
Compare
78879fa to
d923a1d
Compare
d923a1d to
893f7f6
Compare
893f7f6 to
13c470d
Compare
13c470d to
5112299
Compare
9673365 to
5f01ed9
Compare
5f01ed9 to
085de8d
Compare
085de8d to
e0d3efe
Compare
e0d3efe to
e92b820
Compare
|
/claude review |
|
SHIP WITH CARE — docs-only PR (new Verified against the base The one issue (RISK, inline): the |
|
/claude review |
How to turn token capture on, what comes back, which per-rollout metrics to read first, and how a training framework redirects the write to its own transport or reads the records back over HTTP. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Use one-line prose and describe source freezing, durable handoff, and conditional retirement with the current public APIs. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Document worker-local sink construction and consumer-local source injection without coupling their virtual environments. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Keep the framework transport ownership guidance without references to downstream lineage support. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Document the actual async sink/source signatures, versioned snapshot retirement, static capture selection, and caller-owned durable handoff after #2126 merged. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
|
/claude review |
|
SHIP — LGTM, no reliability concerns. Docs-only PR: a new training tutorial ( Verified every material claim against
No code paths touched; nothing to break at runtime. |
Clarify that framework adapters satisfy Gym's sink and source contracts by method shape without importing or inheriting from the protocol definitions. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Documents training on rollouts from an external agent harness that drives its own model calls.
Summary
all_agents, and the explicit/training-token-capturerequest path.finalize_rollout_token_captureandretire_rollout_token_capturesequence.The page is linked from the training tutorials index. Parent resolution and prefix supply are documented in #2349.