-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add direct access to action chunks #1020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
imstevenpmwork
merged 90 commits into
main
from
user/fracapuano/2025-04-23-predicting-chunks
Jun 27, 2025
Merged
Changes from 1 commit
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
63f7144
fix: sharing predicted chunk with user
fracapuano 9020109
[pre-commit.ci] pre-commit autoupdate (#1011)
pre-commit-ci[bot] da8bec0
Revert "[pre-commit.ci] pre-commit autoupdate" (#1025)
aliberts 309deca
fix(ci): Pin draccus (<0.10.0) and torch (<2.7) to fix pipeline (#1022)
AdilZouitine 3ce6e22
fix(ci): Pin `torchcodec` (==0.2.1) to fix pipeline temporarly (#1030)
AdilZouitine 2e5aab3
Update tutorial (#1021)
pkooij be8f9a4
Add description motor order SO-101 leader (#1051)
pkooij 1a45b26
feat(encoding): switching to PyAV for ffmpeg related tasks (#983)
CarolinePascal d3f5991
feat(docs): Add new docs build process (#1046)
pkooij 60b5a21
Docs: adapt text + fix video code (#1064)
pkooij 9d59f12
Fix typos (#1070)
omahs 8bcfe4e
docs: minor corrections and clean-up (#1089)
pkooij a220c15
Update 10_use_so100.md; use diff syntax (#944)
mishig25 a1793bc
Update 12_use_so101.md (#1081)
CharlesCNorton d3fc33e
bug fix for #1071 When --display_data=true, Failed running control_ro…
masato-ka 5517320
Add editable -e for feetech install command (#1133)
pkooij e099821
Fix: emptying action queue between resets (#1117)
fracapuano d162f08
fix: typos and grammar (#1148)
DeVikingMark 06271de
Update README.md (#1160)
mshukor 8427a73
Update README.md (#1163)
mshukor 6eb03fb
[Fix] Unpin torch beyond 2.6.0 & torchcodec beyond 0.2.1 (#1127)
AdilZouitine 8ad376a
(hotfix): nightly CI by clipping pymunk version below 7.0.0 (#1182)
AdilZouitine 4583b99
[pre-commit.ci] pre-commit autoupdate (#1048)
pre-commit-ci[bot] eba1747
Add SmolVLA (#1175)
mshukor 8457cfd
Fix SmolVLA loss not sent to wandb (#1198)
ben-z 42bad54
Hardware API redesign (#777)
aliberts 6384eee
fix(smolvla): update record.py, fix populate_queues and remove unused…
imstevenpmwork 79d922d
replaced OBS_ROBOT with OBS_STATE constant (#1211)
utterwqlnut 60feeaf
Fix test_teleoperate (#1216)
aliberts 335c38b
Fix LeKiwi example (#1217)
aliberts 83c0c1f
Fix smolVLA dependencies (#1218)
aliberts f9db80c
fix(pyserial): adding pyserial dependency to global ones (#1219)
CarolinePascal 9ec68eb
Update SmolVLA README.md (#1228)
mshukor 4da5d93
Fix unable to set camera width/height to non-default (#1225)
ben-z b275656
Update tutorial link (#1250)
Tiryoh 3b32731
update KochFollower.get_observation() so it returns same observation …
skalade 79b928e
[pre-commit.ci] pre-commit autoupdate (#1185)
pre-commit-ci[bot] 36908fc
Proposal for fix for enter_pressed on Windows (#1230)
koenvanwijk 235d8b3
fix: update pi0 dependency version constraint (#1247)
YushunXiang 3305d2e
Match motor names with ids lekiwi (#1261)
pkooij bf99e98
fix issues: checkpoints keys mismatch and 'task' tokenisation in smol…
danaaubakirova 50e6761
fix(docs): update realsense documentation (#1268)
imstevenpmwork 456359c
Use HF Papers (#1120)
qgallouedec be64bd2
Skip normalization parameters in load_smolvla (#1274)
aliberts 8460c7c
fix(record): no teleop needed when running with policy (#1284)
imstevenpmwork 0d2800d
Port HIL SERL (#644)
AdilZouitine 402f14a
fix(docs): SmolVLA fine-tuning getting started (#1201)
danaaubakirova c662f8c
chore(teleop): print calibration path saved (#1286)
imstevenpmwork bd4cc25
chore(dependencies): add gamepad support with pygame and hidapi (#1287)
AdilZouitine 0bfc27d
Robot integration tutorial (#1285)
aliberts f775326
fix(docs): update send_feedback docstrings
imstevenpmwork 88f137d
Add sim tutorial, fix lekiwi motor config, add notebook links (#1275)
pkooij 814e48f
Fixes on robot integration tutorial (#1290)
aliberts c54e9d4
Add keyboard teleop device to control the end effector robot (#1289)
michel-aractingi 3d920f7
Improve type hints (#1293)
tidely 67d016b
fix(record): no teleop arg in reset environment (#1294)
imstevenpmwork 27e47fe
`learner.py` import so101_leader instead of so100 (#1295)
michel-aractingi 3933448
Fixing `PI0` Policy (#1297)
fracapuano 2c83f2e
`gym_manipulator.py` Remove None value action_intervention of BaseLea…
michel-aractingi c27735a
(chore): incorrect resume parameter in recording documentation (#1301)
DavidLMS ee63451
Update lekiwi.mdx (#1229)
koenvanwijk 16ce5e7
bump `pi0` and `hil` transformers version (#1298)
fracapuano 04d46e5
docs: fix imitation learning robots docs command (#1308)
imstevenpmwork e46cccb
fix(benchmarks): remove .numpy() from frame in benchmark script (#1354)
imstevenpmwork fee9422
add smolvla to the supported policies to run tests (:
1317a99
add: chunk-level access for the policy
5c3119d
Merge branch 'main' into user/fracapuano/2025-04-23-predicting-chunks
fracapuano ab06419
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7fbf738
add: smolvla in availables
b307886
remove: smolvla from library supported policies
197b3f4
fix: change env for training, xarm is broken as of now
35b7a08
add: predict_action_chunk to all supported policies
6a8f2bf
fix: add robot type constants
ffc3d8f
add: predict action chunk in base policy class
a4074f3
restore original Makefile
21734e5
fix: minor
8df1809
fix: dict keys come from lerobot/constants
342e3f2
fix: improve act encapsulation, properly supporting temporal ensembling
d0187a3
fix: smolvla action chunking
aa01e8c
fix: very minor, but very annoying
b70573e
fix: minor
bdb1f5c
fix minor naming
fracapuano cdeaf19
fix: refactoring inference for single actions and chunks into differe…
cba1e62
fix: minor
d4277d1
fix: temporal ensembling
e653a58
fix: moving populate queues out of modular component for batch prepar…
bcfb66e
Merge branch 'main' into user/fracapuano/2025-04-23-predicting-chunks
imstevenpmwork a7ba5ab
fix: minor for CI
9a2fe6a
fix: smovla debug
9617c90
fix: reward classifier, maybe the last policy lacking?
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.