openai / gym

A toolkit for developing and comparing reinforcement learning algorithms.
https://www.gymlibrary.dev
Other
34.67k stars 8.6k forks source link

[Question] How can I get the "obs_dim" of the "Humaniod-V3"? #3210

Open Woodeeer opened 1 year ago

Woodeeer commented 1 year ago

Question

I want to get the obs_dim of the Humaniod-V3 and the meaning of each elements,but I don't know how to do!

I'll appreciate it if you can help me!

pseudo-rnd-thoughts commented 1 year ago

https://gymnasium.farama.org/environments/mujoco/humanoid/#observation-space

Woodeeer commented 1 year ago

https://gymnasium.farama.org/environments/mujoco/humanoid/#observation-space

Thank you so much!