Not able to run
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?
Hi,
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)?
Hi @huangwl18,
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.
Hi @huangwl18,
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?