Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merged
572150d to
5b559b1
Compare
SimarKareer
reviewed
Feb 10, 2026
| # --------------------------------------------------------------------------- | ||
|
|
||
| class SingleArmEulerTransform(BaseActionChunkTransform): | ||
| """Single-arm 6D (xyz + euler ypr) transform.""" |
Collaborator
There was a problem hiding this comment.
clearer docstring (input vs output_
| @@ -0,0 +1,194 @@ | |||
| """ | |||
Collaborator
There was a problem hiding this comment.
run ruff on everything
| return self.transform_joints(actions, chunk_length) | ||
|
|
||
|
|
||
| class SingleArmEulerGripTransform(BaseActionChunkTransform): |
Collaborator
There was a problem hiding this comment.
Transforms fixes
- zarr dataset should accept a list of transforms
- each transform's transform function should take just a keydict, then reference the classes init variables to see how to index into that keydict.
- Then zarrdataset itself shouldn't have imagekeys or actionkeys passed in
fd250c5 to
790eac4
Compare
790eac4 to
907e5e1
Compare
907e5e1 to
1847509
Compare
1847509 to
4b4203d
Compare
Open
4b4203d to
1847509
Compare
Merged
1847509 to
4b4203d
Compare
4b4203d to
ada405e
Compare
ada405e to
28d77ce
Compare
93d1ae8 to
afa7e38
Compare
afa7e38 to
d49bca3
Compare
d49bca3 to
dca875e
Compare
dca875e to
23a6c33
Compare
23a6c33 to
637f872
Compare
637f872 to
cd9cfc9
Compare
cd9cfc9 to
637f872
Compare
637f872 to
ff2a588
Compare
ff2a588 to
1a34d79
Compare
1a34d79 to
1713a72
Compare
1713a72 to
8fc92d6
Compare
8fc92d6 to
ff2a588
Compare
ff2a588 to
9eb2606
Compare
9eb2606 to
ff2a588
Compare
ff2a588 to
9eb2606
Compare
9eb2606 to
ff2a588
Compare
ff2a588 to
8fc92d6
Compare
8fc92d6 to
cf1b9c4
Compare
Merged
3903d93 to
4ec06ef
Compare
4ec06ef to
d828c43
Compare
Collaborator
Merge activity
|
Merged
This was referenced Feb 27, 2026
Closed
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.

No description provided.