stanfordnmbl / osim-rl

Reinforcement learning environments with musculoskeletal models
http://osim-rl.stanford.edu/
MIT License
893 stars 249 forks source link

ImportError: cannot import name RunEnv in Mac OSX #98

Closed akhilsanand closed 6 years ago

akhilsanand commented 6 years ago

Hello,

I am new to osim-rl, I have followed the installation step with python 2.7 version in Mac OSX as I could not do it with python 3.6 version. When I try to run the basic usage to execute 200 iterations it throws the error "ImportError: cannot import name RunEnv".

Please help to solve the issue.

screen shot 2018-04-19 at 3 49 34 pm

Regards, Akhil

kidzik commented 6 years ago

Please use branch ver1.5.5 (https://github.com/stanfordnmbl/osim-rl/tree/ver1.5.5), the current master branch is under construction for the NIPS 2018 challenge.

akhilsanand commented 6 years ago

Hello Lukasz,

Thanks for the reply, I tried 2017 branch, but still the same error persists. Any other alternatives?

Regards, Akhil

akhilsanand commented 6 years ago

Hello Lukasz,

It works, I did not do the installation right last time.

Thanks Akhil