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

Multiple keys with the same name in rlds leads to the second overwriting the first one. #19

Open
utn-blei opened this issue Jun 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@utn-blei
Copy link
Collaborator

utn-blei commented Jun 28, 2024

Describe the bug
Some datasets such as droid define the same key twice (i.e. gripper_position as an action as well as a proprioception).
This leads to the entry of the second key overwriting the first without further warning.

To Reproduce
Steps to reproduce the behavior:

  1. import the droid dataset
  2. try to access both keys after import
  3. you will see, that there is only one left with the values of the key, appearing last (in this case proprioception/gripper_position)

Expected behavior
Both keys should be represented

Suggestion
We patched this problem temporarily, however we should find a long term solution.
See: utn-blei@06ede76

@utn-blei utn-blei added the bug Something isn't working label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant