feat: LeRobot rollout on openyam - #3315
Draft
TomCC7 wants to merge 43 commits into
Draft
Conversation
❌ 16 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
TomCC7
commented
Jul 31, 2026
TomCC7
force-pushed
the
feat/experimental-lerobot-policy
branch
from
July 31, 2026 23:35
a8ab2d8 to
486d959
Compare
TomCC7
marked this pull request as ready for review
July 31, 2026 23:58
TomCC7
requested review from
leshy,
mustafab0,
paul-nechifor and
spomichter
as code owners
July 31, 2026 23:58
TomCC7
force-pushed
the
feat/experimental-lerobot-policy
branch
from
August 14, 2026 21:56
2a46dfb to
884a430
Compare
TomCC7
marked this pull request as draft
August 14, 2026 21:57
1 task
TomCC7
force-pushed
the
feat/experimental-lerobot-policy
branch
from
August 18, 2026 00:07
884a430 to
2ffca94
Compare
TomCC7
changed the base branch from
cc/feat/openyam-macos-support
to
cc/feat/external-python-native-module
August 18, 2026 00:08
…' into cc/feat/lerobot-native-module # Conflicts: # CONTEXT.md # dimos/robot/all_blueprints.py # dimos/robot/test_all_blueprints_generation.py # examples/external_python_module/__init__.py # examples/external_python_module/contract.py # examples/external_python_module/python/example_external/__init__.py # examples/external_python_module/python/pyproject.toml # examples/external_python_module/python/uv.lock # examples/external_python_module/support.py # examples/native-modules/python_lerobot.py # pyproject.toml
TomCC7
commented
Aug 18, 2026
TomCC7
commented
Aug 18, 2026
TomCC7
commented
Aug 18, 2026
TomCC7
commented
Aug 18, 2026
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
LeRobot 0.6 requires a Transformers 5 and NumPy <2.3 environment that conflicts with the main dimOS perception and development dependency set. The policy module still needs normal typed streams and RPC control from the host stack.
Solution
LeRobotPolicyModulehost contract usingIsolatedPythonModule.policy_status.How to Test
Validated locally: 7 host/registry tests and 12 isolated runtime tests passed; host and isolated mypy passed; pre-commit passed; the real subprocess example exited cleanly.
Checklist