Bryson Jones
f3dc152e94
Merge branch 'main' into feature/add-multitask-dit
2026-01-16 10:14:40 -08:00
Steven Palma
46e19ae579
feat: is connect checks decorators ( #2813 )
2026-01-16 18:52:06 +01:00
Alex Tyshka
77dc49b3a3
Fix delta timestamps with episodes filter and add tests ( #2612 )
2026-01-16 18:14:54 +01:00
Alex Tyshka
33910673ec
Bugfix: Add tests for image deletion and fix mixed image-video deletion ( #2592 )
...
* Add tests for image deletion and fix mixed-image-video deletion
* Fix docstring whitespace
* Remove debug print
Signed-off-by: Alex Tyshka <atyshka15@gmail.com >
* Remove inaccurate comment
* Remove batched video test
---------
Signed-off-by: Alex Tyshka <atyshka15@gmail.com >
2026-01-16 18:14:15 +01:00
Michel Aractingi
19dce78457
Refactor: Move PEFT config from training script to policy level ( #2806 )
...
* move peft config from `lerobot_train` to policy level
* Update src/lerobot/scripts/lerobot_train.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Michel Aractingi <michel.aractingi@huggingface.co >
* copilot response
* Change the polciy function to return targets rather than peft config.`_get_default_peft_targets()` override in PI0, PI0.5, SmolVLA
* remove none check when building config dict
---------
Signed-off-by: Michel Aractingi <michel.aractingi@huggingface.co >
2026-01-16 17:14:28 +01:00
Bryson Jones
673e18ab46
Merge branch 'main' into feature/add-multitask-dit
2026-01-16 07:51:55 -08:00
Steven Palma
112b2d173a
chore(ci): deactivates cron job on unbound dep tests ( #2810 )
2026-01-16 14:39:00 +01:00
Steven Palma
b825880c40
chore: add security policy ( #2809 )
...
* chore: add security policy
* pre-commit style
2026-01-16 14:38:42 +01:00
Bryson Jones
f4683127b2
Merge branch 'main' into feature/add-multitask-dit
2026-01-15 22:41:41 -08:00
./c²
76d6b71b0a
Correct Frodobots Earth Rover SDK link and add setup instructions ( #2671 )
...
* Fix SDK link and enhance setup instructions
Updated the Frodobots SDK link and added credential setup instructions.
Signed-off-by: ./c² <cagataycali@icloud.com >
* Update docs/source/earthrover_mini_plus.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: ./c² <cagataycali@icloud.com >
* Update docs/source/earthrover_mini_plus.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Signed-off-by: Steven Palma <imstevenpmwork@ieee.org >
---------
Signed-off-by: ./c² <cagataycali@icloud.com >
Signed-off-by: Steven Palma <imstevenpmwork@ieee.org >
Co-authored-by: Steven Palma <imstevenpmwork@ieee.org >
2026-01-16 02:39:58 +01:00
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