evogym
evogym copied to clipboard
ModuleNotFoundError: No module named 'gym'
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)
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.
Like Yuxing said, if Gym is not installed pip install gym should solve the problem.
pip install evogym --upgrade should now automatically install all required dependencies.