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

[Question] MUJOCO environment info ERROR in the gym documentation website #3270

Open
ZhaoRunyi opened this issue Apr 30, 2024 · 2 comments
Open

Comments

@ZhaoRunyi
Copy link

ZhaoRunyi commented Apr 30, 2024

Hi, I found several environment errors on the gym official website, take hale_cheetah https://www.gymlibrary.dev/environments/mujoco/half_cheetah/ as an example:

screenshot-2024-04-30 15-15-57

The correspondence between entries in the table is totally wrong. For instance, the Num=4 line claims that the corresponding observation means Observation=velocity of the tip along the x-axis, while its corresponding Name(in corresponding XML file)=bfoot other than rootx, and the Unit=angle(rad) other than velocity(m/s)

I found such error also appears in the new gymnasium website https://gymnasium.farama.org/environments/mujoco/half_cheetah/, and I want to know whats the real meaning of Num=(env.data.qpos.size)-1 in all kinds of MUJOCO environment. I'd really appreciate it if you fix this and answer my question fast.

@pseudo-rnd-thoughts
Copy link
Contributor

This is fixed in the updated version of the website - https://gymnasium.farama.org/main/environments/mujoco/half_cheetah/

@ZhaoRunyi
Copy link
Author

Roger that, 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

2 participants