Farama-Foundation / Gymnasium-Robotics

A collection of robotics simulation environments for reinforcement learning
https://robotics.farama.org/
MIT License
529 stars 85 forks source link

[Question] pip install gymnasium-robotics[mujoco-py] #140

Closed zichunxx closed 1 year ago

zichunxx commented 1 year ago

Hi!

When I use this command pip install gymnasium-robotics[mujoco-py],

no matches found: gymnasium-robotics[mujoco-py] is displayed.

Is this installation correct and still available?

Thanks!

rodrigodelazcano commented 1 year ago

Hey @QUIlToT !

Can you try pip install gymnasium-robotics[mujoco_py]? This is a documentation error. I'll update the installation extra to mujoco-py in the next release.

zichunxx commented 1 year ago

It seems that pip install gymnasium-robotics[mujoco_py] still doesn't work.

rodrigodelazcano commented 1 year ago

It's working on my side. Are you getting the same error?

Kallinteris-Andreas commented 1 year ago

try pip install 'gymnasium-robotics[mujoco_py]'

zichunxx commented 1 year ago

try pip install 'gymnasium-robotics[mujoco_py]'

Thanks, pip install 'gymnasium-robotics[mujoco_py]' can be implemented.