首先去https://pypi.org/project/mujoco-py/#history下载mujoco-py源码,我下的版本是mujoco_py2.0.2.9 解压进去后,执行下述命令 pip install -r requirements.txt pip install -r requirements.dev.txt python setup.py install 然后将文件夹的这两个文件夹复制到anaconda环境的安装包里 然后import mujoco_py就不...
[global]index-url=http://pypi.douban.com/simple[install]trusted-host=pypi.douban.com 进入你刚才下载的mujoco-py的包,用源文件编译,也许也行,编译的步骤有这几步: cd~/.mujoco/mujoco-py-masterpipinstall-rrequirement.txt-ihttp://pypi.douban.com/simple--trusted-hostpypi.douban.compipinstall-rrequir...
2)安装tensorflow pip install tensorflow==1.14 -ihttps://pypi.tua.tsinghua.edu.cn/simple 这里你可以选择安装cpu版本的和gpu版本的,我选的是cpu的1.14,这个版本是baselines说明文档指定的版本(https://github.com/openai/baselines),当然也可以选择更高级的版本。这个采用的是使用清华镜像进行安装,这样比较快。 4...
mujoco-py version 2.1 I do not see any2.1.*release inhttps://pypi.org/project/mujoco-py/#history Please help, Thanks! This is not released yet. The OpenAI team will make a release soon. In the meantime installing the latest version via pip install git+https://github.com/openai/mujoco-...
References: - https://github.com/rail-berkeley/softlearning/commit/a01fd32b9ef80d875543a49673b7c2b0be516c74 - https://pypi.org/project/mujoco-py/#history Full error message: # 21 [12/15] RUN --mount=type=secret,id=mjkey,dst=/root/.mujoco/mjkey.txt conda env update -f /tmp/...