rail-berkeley / rlkit

Collection of reinforcement learning algorithms
MIT License
2.46k stars 550 forks source link

error : mujoco_py' has no attribute 'load_model_from_path mujoco_py version 0.5.7 #3

Closed zdx3578 closed 6 years ago

zdx3578 commented 6 years ago

fix by https://github.com/openai/mujoco-py/issues/188 use gym 0.7

other: conda install pytorch=0.3.0 torchvision -c pytorch pip install gym==0.7.3

541 export PYTHONPATH='.' 549 pip install mujoco-py==0.5.7 567 pip install gym==0.7.3 587 conda install pytorch=0.3.0 torchvision -c pytorch

zdx3578 commented 6 years ago

my env:

(rlkit-env) test@frankwang-Tri01:~/anaconda3/pkgs$ conda env export

name: rlkit-env channels:

(rlkit-env) test@frankwang-Tri01:~/anaconda3/pkgs$ (rlkit-env) test@frankwang-Tri01:~/anaconda3/pkgs$

zdx3578 commented 6 years ago

env.txt

vitchyr commented 6 years ago

Thanks for pointing this out. I'll post a .yml file that has the specific versions and is more minimal soon (later today or tomorrow). Hopefully that will fix some of the versioning issues that you (and other people) have brought up.

vitchyr commented 6 years ago

Addressed with 2c8561d82f8a4c61d00f2164c41e7a3cdac8e19d.

The rlkit-env.yml file is much smaller now and gives the specific library versions.