Farama-Foundation / Gymnasium

An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
https://gymnasium.farama.org
MIT License
6.84k stars 762 forks source link

[Proposal] `MuJoCo` add action space visualizations #261

Closed Kallinteris-Andreas closed 1 year ago

Kallinteris-Andreas commented 1 year ago

Proposal

Add images to MuCoCo environments, that visualize the action space.

Example: add this image: humanoid to: https://gymnasium.farama.org/environments/mujoco/humanoid/#action-space

Motivation

No response

Pitch

Assuming that the Brax based environments use the same action space, you could use them there also.

Alternatives

No response

Additional context

I have already made the images for MaMuJoCo example: https://gymnasium.farama.org/environments/mujoco/humanoid/#action-space

So it is not really any work.

Note: I do not have images for pendulum enviroments

Checklist

pseudo-rnd-thoughts commented 1 year ago

Yes, if you have able to make the figures then we would happily add them to the documentation

rodrigodelazcano commented 1 year ago

I've seen you've added the joint id's to the model image. Can you also add a table with joint id's, name in the xml file and type of joint?

Kallinteris-Andreas commented 1 year ago

It has actuators not, joints

and please elaborate, I do not understand, what do mean

Kallinteris-Andreas commented 1 year ago

i am closing this issue for now, i will do this after mujoco gets moves to robotics