-
Notifications
You must be signed in to change notification settings - Fork 675
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
how can I find out information about which body part the observation belongs to? #453
Comments
@davidireland3 were you able to figure out how to get the joint sensor level information? |
@pvskand kind of. I had to look at the source code when observations were created. I managed for walker but a more complex environment such as quadruped was not as easy, especially when trying to figure out which action related to which actuator. |
I see. If it's possible could you share the sensor/joint level information and which index does it correspond to in the observation Thanks in advance! |
I have this for walker:
where the indices correspond to a state vector obtained by doing I didn't break down whether they correspond to orientations or velocity, I was just interested which aspect of the state corresponds to which body parts. |
Awesome and thank you so much! I was exactly looking for this :) |
similar to the OpenAI mujoco tasks where they have documentation detailing which dimension of the state corresponds to which part of the physical body, it would be good to be able to have something similar for DMC. If I look at e.g. walker-walk all I get from the time step is an observation with 'orientations', 'height' and 'velocity'. Can I at least find this information out by looking at the source code?
The text was updated successfully, but these errors were encountered: