[python] Add paired HDF5/Paimon ACT benchmark - #9466
Draft
YannByron wants to merge 3 commits into
Draft
Conversation
Add a generic snapshot-pinned window Dataset that builds a lightweight row-id index, reads projected payloads on demand, and handles continuity, tail policies, transforms, and multi-worker DataLoader use. Co-Authored-By: Codex <noreply@anthropic.com> Co-Authored-By: Codex <noreply@openai.com> AI-Model: gpt-5.6-sol Co-Authored-By: Codex <noreply@ai-tool.com> AI-Contributed/Feature: 2/2 AI-Contributed/UT: 0/0
Run both backends through one deterministic ACT harness and pin lazy Paimon windows to the normalization snapshot. Adapt the benchmark to the rebased lazy source contract, coalesce overlapping batch reads, and measure Python allocations outside wall-clock timing. Co-Authored-By: Codex <noreply@anthropic.com> Co-Authored-By: Codex <noreply@openai.com> AI-Model: gpt-5.6-sol Co-Authored-By: Codex <noreply@ai-tool.com> AI-Contributed/Feature: 1418/1418 AI-Contributed/UT: 363/363
Read observation images only at each window anchor and tolerate installed packages without a Git checkout. Improve public option documentation and CLI guidance. Co-Authored-By: Codex <noreply@openai.com> AI-Model: gpt-5 AI-Contributed/Feature: 200/200 AI-Contributed/UT: 25/25
YannByron
force-pushed
the
m0/pr3-act-benchmark
branch
from
August 29, 2026 14:53
622ceae to
5d8890e
Compare
YannByron
marked this pull request as draft
August 29, 2026 14:54
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
Add a paired ACT benchmark that compares the original RoboMIND AgileX HDF5 path with the Paimon path under one deterministic training contract. Both backends share the same configuration, train-only normalization, random seed, window sequence, ACT policy, optimizer, and correctness gates.
Changes
ContiguousWindowDatasetfor map-style PyTorch access to complete row windows.actandhdf5optional dependencies, CLI guidance, and PyTorch/window API documentation.UNKNOWNsource provenance when the installed package is not inside a Git checkout.Testing
paired_act_benchmark,contiguous_window_dataset, RoboMIND, Ray HDF5, multimodal video/table, and Torch tests): 144 passed, 1 skippedcompileallandgit diff --checkNotes
This builds directly on the RoboMIND AgileX HDF5 pipeline merged in #9445. Ingestion and canonical-action backfill are intentionally outside the measured benchmark scope.