stanfordnmbl / osim-rl

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

Is it possible to install the environment without create a specific conda env? #144

Closed zhengfeiwang closed 6 years ago

zhengfeiwang commented 6 years ago

I am trying to deploy cluster for this challenge using Docker. However, it seems that there is only one specific approach to install the environment: to create a conda env, which is not meeting my expectation. So I'd like to know, is it possible to install the environment without create the specific conda env, named opensim-rl? Can I install this challenge environment by simply pip, or conda install ?

modanesh commented 3 years ago

Are there any workarounds for that?

kidzik commented 3 years ago

Yes, you can install it with PIP. You'll just need to have OpenSim compiled and installed with python wrappers.