Conversation
This branch has not been deployed
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.
Description
This draft PR provides the measured offline Affordance collection foundation for the later throughput and distribution pipeline.
It connects opt-in Affordance sampling to the synchronous offline Task Program collection path and records row-local provenance and durable receipt outcomes. The manifest now distinguishes physical eligibility, quota selection, dataset writes, and fully committed episodes so later candidate scheduling can consume confirmed evidence without treating planned or partially written data as successful.
Included
measured_acceptedselectedquota_discardeddataset_writtencommittedacceptedfield as a compatibility alias forselected.This PR is intentionally Affordance-only. It does not implement trajectory variant expansion, fixed-scene candidate scheduling, manipulability-guided selection, C>B slot scheduling, or asynchronous persistence.
Dependencies and follow-up order
This PR has no dependency on the unmerged trajectory-generation PRs and can merge independently on top of
main.The later integration is dependency-ordered:
This PR's counters and receipts are the persistence/accounting foundation for those later layers; it does not assume that any of them has already merged.
Refs #670
Type of change
Validation
python docs/scripts/check_api_docs.py: 2083/2083 exports documented.git diff --check: passed.tests/test_main.py, which is unrelated to this PR and was not included in the commit.Checklist