stanfordnmbl / osim-rl

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

installation of kidzik/opensim package using python3.7+ #253

Open AxelWimmer opened 1 year ago

AxelWimmer commented 1 year ago

I'd like to use opensim-rl together with stable-baselines3, however this requires python3.7+. The installation command given in the readme works only with python3.6: When executing

conda create -n opensim-rl -c kidzik -c conda-forge opensim python=3.7
conda activate opensim-rl
conda list

I get the warning _WARNING conda.core.prefix_data:_load_single_record(188): Ignoring malformed prefix record at: /home/wimmer/anaconda3/envs/opensim-rl/conda-meta/opensim-4.0.0-py3615.json and opensim does not appear in the list of installed package Is there some easy way to fix this problem? I'm using conda version 23.1.0 and Ubuntu 22.04.2 LTS