Bryson Jones
bdac9d7df8
Merge branch 'main' into feature/add-multitask-dit
2026-01-15 10:13:08 -08:00
Nicolas Rabault
5de38813d9
Add small context to the envHub doc page ( #2807 )
...
* Add small context to the envHub doc page
* Add the cfg: EnvConfig on the main function explaination.
2026-01-15 18:31:17 +01:00
Bryson Jones
c71b30a06c
Merge branch 'main' into feature/add-multitask-dit
2026-01-15 08:01:08 -08:00
Neko
6797ce615e
chore(deps): bump wandb & protobuf ( #2800 )
2026-01-15 10:51:42 +01:00
Bryson Jones
238ea68382
Merge branch 'main' into feature/add-multitask-dit
2026-01-14 08:30:26 -08:00
Steven Palma
a17df523e0
chore(ci): merge annoying section in PR template ( #2802 )
...
* chore(ci): merge annoying section in PR template
* pre-commit
2026-01-14 17:17:56 +01:00
Steven Palma
1c61b43b15
fix(teleop): add is_connected check to get_action ( #2801 )
2026-01-14 17:14:12 +01:00
Bryson Jones
2abb20262e
Merge branch 'main' into feature/add-multitask-dit
2026-01-13 10:02:41 -08:00
Steven Palma
15724826dd
chore: use alias & constants ( #2785 )
...
* chore: use alias and constants
* fix(rl): solve circular dependecy
* chore: nit right constant
* chore: pre-commit
* chore(script): conflict tokenizer train
---------
Signed-off-by: Steven Palma <imstevenpmwork@ieee.org >
2026-01-13 09:49:46 +01:00
Bryson Jones
ef3b299145
Merge branch 'main' into feature/add-multitask-dit
2026-01-12 17:14:08 -08:00
Jade Choghari
2cdd9f43f7
fix: train tokenizer CLI entry point ( #2784 )
2026-01-13 01:42:53 +01:00
Bryson Jones
c95d151913
Merge branch 'main' into feature/add-multitask-dit
2026-01-12 10:25:16 -08:00
samet-rob
d0f57f58d1
Move cfg.validate() earlier to fix NoneType error with --policy.path ( #2782 )
2026-01-12 19:24:19 +01:00
Bryson Jones
699191f81f
Merge branch 'main' into feature/add-multitask-dit
2026-01-12 09:13:46 -08:00
Steven Palma
b8ec1152d4
fix(robots): add reachy2 fixes ( #2783 )
...
* fix(robots): add reachy2 fixes
* tests(robots): remove reachy sdk stub
2026-01-12 18:05:16 +01:00
Martino Russi
6b8d4c75a6
Feat/g1 improvements record sim ( #2765 )
...
This PR extends the integration of Unitree g1 with the LeRobot codebase. By converting robot state to a flat dict we can now record and replay episodes (example groot/holosoma scripts need to be adjusted as well). We also improve the simulation integration by calling .step @ _subscribe_motor_state instead of it running in a separate thread. We also add ZMQ camera to lerobot, streaming base64 images over json
2026-01-12 17:31:39 +01:00
Bryson Jones
6d9271940b
Merge branch 'main' into feature/add-multitask-dit
2026-01-12 08:22:31 -08:00
Steven Palma
d791a431fe
feat(robots): consolidates bi SO setups ( #2780 )
...
* feat(robots): consolidates bi SO setups
* fix(robots): solve circular dependecy
* fix(robots): teleop & record working
* feat(robots): only one SO
* fix(utils): rename bi so
* fix(scripts): bi so import
* fix(rl): remove imports
2026-01-12 16:01:22 +01:00
Jade Choghari
473f1bd0e0
docs: improve assets ( #2777 )
...
* add assets
* add libero results pifast:
* update
* update
* update size
* update naems:
:
* update training tokenizer
2026-01-12 13:33:28 +01:00
Michel Aractingi
91ff9c4975
Fix: Respect policy.device=cpu config in training ( #2778 )
...
* fix cpu training in lerobot_train
* Update src/lerobot/scripts/lerobot_train.py
Signed-off-by: Michel Aractingi <michel.aractingi@huggingface.co >
2026-01-12 12:19:02 +01:00
Bryson Jones
c24cbaacf9
Merge branch 'main' into feature/add-multitask-dit
2026-01-10 17:04:08 -08:00
Jade Choghari
1d86c9b7f2
feat(policies): add autoregressive VLAs with tokenization PiFast ( #2734 )
2026-01-09 23:08:37 +01:00
Bryson Jones
0e7bfa5624
Merge branch 'main' into feature/add-multitask-dit
2026-01-09 11:03:45 -08:00
Pepijn
ba3d2148a3
skip peft cmd test in cli ( #2776 )
...
* skip peft cmd test in cli
* pre commit
* update desc
2026-01-09 19:10:02 +01:00
Bryson Jones
fdcbd1a936
Merge branch 'main' into feature/add-multitask-dit
2026-01-08 11:34:34 -08:00
Leo Tronchon
8b6fc0ae05
feat(datasets): expose video codec option for dataset recording ( #2771 )
...
* expose codec options + add tests
* pre-commit run -a
2026-01-08 18:06:39 +01:00
Bryson Jones
dd39503802
Merge branch 'main' into feature/add-multitask-dit
2026-01-08 08:17:15 -08:00
Steven Palma
242b65d2df
chore(docs): update code block syntax to specify python for clarity ( #2770 )
2026-01-08 14:45:07 +01:00
Steven Palma
ccfd609ece
feat(robots): consolidate SO arms implementation ( #2763 )
...
* feat(robots): consolidate SO arms implementation
* chore(robots): delete unnecessary init modules
2026-01-08 13:04:30 +01:00
Pepijn
db17c08f6e
Merge branch 'main' into feature/add-multitask-dit
2026-01-07 18:21:19 +01:00
Steven Palma
fbe4c8b94f
Feat/remote rerunviz encoded images ( #2767 )
...
* feat(visualization): allow remote viewer + compress rerun images
* fix(tests): allow named argument in mocked rerun
* feat(visualization): ip instead or url & cli arg for compressing images
---------
Co-authored-by: J4nn1K <jannik@grothusen.de >
2026-01-07 17:38:13 +01:00
Steven Palma
4f7cd8d369
Revert "feat(visualization): allow remote viewer + compress rerun images ( #2756 )" ( #2766 )
...
This reverts commit f844c7a458 .
2026-01-07 17:33:36 +01:00
Steven Palma
f844c7a458
feat(visualization): allow remote viewer + compress rerun images ( #2756 )
...
* feat(visualization): allow remote viewer + compress rerun images
* fix(tests): allow named argument in mocked rerun
* feat(visualization): ip instead or url & cli arg for compressing images
2026-01-07 17:30:45 +01:00
Bryson Jones
b1ab9b9c46
Merge branch 'main' into feature/add-multitask-dit
2026-01-07 08:11:43 -08:00
Martino Russi
7e9d05a799
add holosoma locomotion ( #2669 )
...
Add holosoma locomotion from Amazon-FAR
Add reset method to unitree_g1
Format actions as dict
Update docs
2026-01-07 16:05:31 +01:00
Steven Palma
ecd8cd23d2
chore(dependencies): bound new dependecies ( #2759 )
2026-01-07 11:04:21 +01:00
Bryson Jones
5c6714bc1b
Merge branch 'main' into feature/add-multitask-dit
2026-01-06 15:35:04 -08:00
Pauline Bailly-Masson
a9d81e7f67
refactor(ci): Docker Hub image env ( #2755 )
...
* Refactor Docker Hub image env
Updated environment variable usage for Docker Hub credentials and corrected image tag extraction.
Signed-off-by: Pauline Bailly-Masson <155966238+paulinebm@users.noreply.github.com >
* same
Signed-off-by: Pauline Bailly-Masson <155966238+paulinebm@users.noreply.github.com >
* Apply suggestions from code review
Signed-off-by: Steven Palma <imstevenpmwork@ieee.org >
* chore(ci): remove duplicated IMAGE_FULL variable definition
---------
Signed-off-by: Pauline Bailly-Masson <155966238+paulinebm@users.noreply.github.com >
Signed-off-by: Steven Palma <imstevenpmwork@ieee.org >
Co-authored-by: Steven Palma <imstevenpmwork@ieee.org >
2026-01-07 00:21:03 +01:00
Bryson Jones
7581adf4cd
Merge branch 'main' into feature/add-multitask-dit
2026-01-06 11:57:09 -08:00
Steven Palma
e2957d7783
fix: precise_sleep is never called with negative value ( #2757 )
2026-01-06 20:09:43 +01:00
Pepijn
e9384ec834
Merge branch 'main' into feature/add-multitask-dit
2026-01-06 19:20:44 +01:00
Jade Choghari
963a3482fa
typo LW ( #2758 )
2026-01-06 18:17:29 +01:00
Pepijn
df52c559d3
Merge branch 'main' into feature/add-multitask-dit
2026-01-06 16:00:12 +01:00
Tong Wu
603d44434f
fix a bug for kwargs in wallx ( #2714 )
...
* support wallx
* fix bugs in flow
* incorporate wallx model into lerobot
* update the policy methods
* reduce to least config and params & pass lerobot basic test
* fixed dtype bugs
* add wallx dependencies
* update
* remove flash-attn requirement && fix bug in inference and fast mode
* fix bug for inference
* add some small modifications
* fix pre-commit errors
* remove lerobot[wallx]
* fix ci
* fix precommit issues
* fix: exclude wallx extra properly in CI workflows
* fix: add uv conflicts for wallx transformers version
* fix: peft test import
* pre-commit
* only export WallXConfig from wall_x package to avoid peft import in CI
* remove torch dep
* precommit
* add import
* update doc files
* fix minor errors
* fix a bug for kwargs
* fix precommit issue
---------
Signed-off-by: Pepijn <138571049+pkooij@users.noreply.github.com >
Co-authored-by: vincentchen <chenlufang@x2robot.com >
Co-authored-by: Geoffrey19 <sympathischmann35@gmail.com >
Co-authored-by: Pepijn <138571049+pkooij@users.noreply.github.com >
Co-authored-by: Pepijn <pepijn@huggingface.co >
Co-authored-by: geoffrey <geoffrey@x2robot.com >
2026-01-06 15:13:35 +01:00
Bryson Jones
a011accb7f
add conflict management to pyproject toml for pi conflict for mtdp as well
2026-01-05 09:17:02 -08:00
Bryson Jones
b98ccdde3a
use hyphens for cleanliness in pyproject.toml
2026-01-05 08:59:41 -08:00
Bryson Jones
473528cb14
add wallx dep conflict management for multitask dit policy
2026-01-05 08:53:21 -08:00
Bryson Jones
713efb6427
Merge branch 'main' into feature/add-multitask-dit
2026-01-05 08:39:09 -08:00
Pepijn
6106a8136c
Fix invalid syntax ( #2752 )
...
* fix invalid syntax
* also skip for torchdiffeq
* fix patch for gpu tests
2026-01-05 12:13:42 +01:00
Pepijn
e268ec1ec5
Merge branch 'main' into feature/add-multitask-dit
2026-01-05 12:10:19 +01:00