feat: add replay preflight verificationFeat/replay preflight#91
Open
pearlq12345 wants to merge 6 commits into
Open
feat: add replay preflight verificationFeat/replay preflight#91pearlq12345 wants to merge 6 commits into
pearlq12345 wants to merge 6 commits into
Conversation
added 6 commits
April 29, 2026 11:34
YanzeZhang97
pushed a commit
to YanzeZhang97/RoboClaw_Nav
that referenced
this pull request
May 5, 2026
…peline Merge shuyuan/dataset_post_pipeline into main
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
Extends the existing preflight verifier from inference-only to inference + replay. Adds replay-specific argv and parameter validation that runs before
start_replay()/run_replay()spawn the subprocess.What it validates (replay path)
replayrepo_id,root,episode,fps)episode >= 01 <= fps <= 120Why
Keeps the verifier aligned with the existing "host-visible checks before subprocess creation" direction, and extends the infer preflight pattern to replay without touching
train.Self-review (against PR #62 feedback)
_MAX_REPLAY_FPSfrom 240 → 120 (more realistic bound for real replay)_verify_replay_preflight,_validate_replay_*)Validation
python -m compileallandgit diff --checkpassNotes
trainto avoid conflict with ongoing work there.