You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when I try to run your code with the default arguments: python main.py --expID 004 --td --bu --morphologies hopper
I get the following error: raise error.NameNotFound(message) gym.error.NameNotFound: Environment 'environments:hopper_3' doesn't exist.
Do you know what could cause this issue?
The text was updated successfully, but these errors were encountered:
Different versions of the dependency packages might cause this issue (if I remember correctly). Could you check whether you have installed Python and the packages with the correct versions (as listed in requirements.txt)?
thank you for your quick response!
Indeed I failed to install everything directly as listed in the requirements.txt file. Some versions like the python-opencv 4.1.0.25 did work out because of that a lot of others had to be changed as well.
thank you for your quick response! Indeed I failed to install everything directly as listed in the requirements.txt file. Some versions like the python-opencv 4.1.0.25 did work out because of that a lot of others had to be changed as well.
hello! Have you solved this problem?And run the code successfully?
Hello,
when I try to run your code with the default arguments:
python main.py --expID 004 --td --bu --morphologies hopper
I get the following error:
raise error.NameNotFound(message) gym.error.NameNotFound: Environment 'environments:hopper_3' doesn't exist.
Do you know what could cause this issue?
The text was updated successfully, but these errors were encountered: