feat(a1z): a1z learning workflow - #3318
Draft
TomCC7 wants to merge 1 commit into
Draft
Conversation
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## feat/experimental-lerobot-policy #3318 +/- ##
====================================================================
- Coverage 75.23% 75.19% -0.05%
====================================================================
Files 1146 1152 +6
Lines 110632 111379 +747
Branches 9936 10006 +70
====================================================================
+ Hits 83237 83753 +516
- Misses 24544 24750 +206
- Partials 2851 2876 +25
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
TomCC7
force-pushed
the
cc/advx/a1z-learning
branch
from
August 18, 2026 00:07
0ad0a5d to
188f271
Compare
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.
Contribution path
Problem
The A1Z learning workflow needs safe teaching, replay, dataset preparation, and learned-policy execution on top of the shared hardware and isolated LeRobot layers.
Solution
dimos hardware a1zCLI withteach,replay, andrun-policywhile preserving the lower stack's diagnostics and CAN configuration.How to Test
Focused A1Z CLI, camera, episode monitor, data-preparation, recorder, teach, and replay suites: 62 passed.
Targeted mypy passed for seven production modules. Blueprint generation and changed-file pre-commit checks passed.
Checklist