Skip to content
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

Transformation for Open X Embodiment #6

Open
jonathansalzer opened this issue Jun 21, 2024 · 0 comments
Open

Transformation for Open X Embodiment #6

jonathansalzer opened this issue Jun 21, 2024 · 0 comments

Comments

@jonathansalzer
Copy link

Hi, thanks for making this code available!

I am trying to convert a dataset I collected for finetuning the RT-1-X model. For the transformation step, I am confused by discrepancies between this repository and the RT-1-X training example:

In the specified Target Config in transform.py, 'action' is defined as a tensor of shape (8,), while to my understanding, RT-1 expects 'action' to contain four separate components, namely 'world_vector', 'rotation_delta', 'gripper_closedness_action', and 'terminate_episode'. Further, you specify a separate field for 'language_embedding', while RT-1 expects the field 'natural_language_embedding' within the 'observation' field.

For my project, I changed the transformation so the converted dataset can be used for training in a similar manner as the datasets already used in the training example. However, I am curious what the reason for this discrepancy is.

@jonathansalzer jonathansalzer changed the title Regarding transform for X Embodiment Transformation for Open X Embodiment Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant