modular-rl icon indicating copy to clipboard operation
modular-rl copied to clipboard

Not able to run

Open BY571 opened this issue 4 years ago • 3 comments

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?

BY571 avatar Mar 04 '22 13:03 BY571

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)?

huangwl18 avatar Mar 05 '22 02:03 huangwl18

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.

BY571 avatar Mar 06 '22 17:03 BY571

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?

Ximing-Liu avatar Jul 29 '23 23:07 Ximing-Liu