feat(train): add versioned dynamic sampling refill - #60
Open
0z5a wants to merge 6 commits into
Open
Conversation
Serialize shared-model optimizer updates with generation, reject future or over-lagged rollout results after asynchronous scoring, close cache publication races, and persist policy versions in online checkpoints.
Record the L20 baseline/candidate race replay and diagnostic InfraSWE system-path score before opening the pull request.
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.
Summary
Dependency
This is stacked on #59 (
fix: keep async rollouts version-consistent). Until #59 merges, the GitHub diff againstmainalso contains that prerequisite. The feature-specific commits start at392d53d3.Validation
191b909: 283 passed; minimum training fixture suite: passhttps://github.com/ViperEkura/AstrAIL20 benchmark
Single L20, 50 measured trials, 8 prompts x 4 generations, half of first attempts forced zero-variance:
Dynamic sampling improves effective accepted groups per million generated tokens by 33.37%, with an explicit 55.80% median-latency and 49.95% generated-token cost for this adversarial zero-variance workload.
Three L20 NCCL replay, 100 measured steps with rank-skewed decisions and policy-version jitter:
InfraSWE scope
The checked-in InfraSWE score is deliberately provisional and non-leaderboard: ProjectFit 88.37, BenchmarkTrust 93.42. Official status remains unresolved because the Draft is D1/unsealed, hidden probes are incomplete, the manifest is unverified, and the official replay minimum is not met.
Limitations
The benchmark uses a tiny real CUDA policy with deterministic synthetic rewards. It validates lifecycle, versioning, refill efficiency, distributed agreement, and failure propagation; it does not claim downstream reward convergence.