gym icon indicating copy to clipboard operation
gym copied to clipboard

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

Open ZhaoRunyi opened this issue 9 months ago • 3 comments

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.

ZhaoRunyi avatar Apr 30 '24 07:04 ZhaoRunyi

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

pseudo-rnd-thoughts avatar Apr 30 '24 09:04 pseudo-rnd-thoughts

Roger that, thanks.

ZhaoRunyi avatar Apr 30 '24 10:04 ZhaoRunyi

hi, find that the question wasn't fixed here: https://gymnasium.farama.org/environments/mujoco/half_cheetah/

ZhaoRunyi avatar Jul 08 '24 07:07 ZhaoRunyi