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

Dimension of "ee_state" #11

Open
Valarzz opened this issue Sep 16, 2024 · 0 comments
Open

Dimension of "ee_state" #11

Valarzz opened this issue Sep 16, 2024 · 0 comments

Comments

@Valarzz
Copy link

Valarzz commented Sep 16, 2024

Hi,
I want to ask how I can get the corresponding "ee_states" in the dataset from the online rollout.

In the dataset, "data/demo_{episode_idx}/obs/ee_states" has the shape of 6;
In online rollout, obs = env.set_init_state(init_states_), obs["robot0_eef_pos"] has the shape of 3, and obs["robot0_eef_quat"] has the shape of 4.

Does "ee_states" includes both "robot0_eef_pos" and "robot0_eef_quat"?
If yes, why there's one more dimension? Which dimension should I abandon?
If no, how can I get "ee_states" from obs?

Thanks!

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