EvolutionGym / evogym

A large-scale benchmark for co-optimizing the design and control of soft robots, as seen in NeurIPS 2021.
https://evolutiongym.github.io/
MIT License
193 stars 33 forks source link

ModuleNotFoundError: No module named 'gym' #28

Closed SomethingOk closed 2 months ago

SomethingOk commented 1 year ago

followed instructions correctly (hopefully), but when I run python gym_test.py an error pops up saying that there's no 'gym' module, help? (i'm on windows 10 btw)

Yuxing-Wang-THU commented 11 months ago

Make sure that you have chosen the correct python environment (if you use conda), or you can use " pip list" to check if gym is successfully installed in your environment.

csvelayutham commented 6 months ago

Like Yuxing said, if Gym is not installed pip install gym should solve the problem.

jagdeepsb commented 2 months ago

pip install evogym --upgrade should now automatically install all required dependencies.