yyf17 / NavigationProject

该项目旨在分享与记录导航项目的相关会议
MIT License
0 stars 0 forks source link

arm虚拟环境构建 #6

Open yyf17 opened 2 years ago

yyf17 commented 2 years ago
conda create -n arm python=3.6 cmake=3.14.0

image

yyf17 commented 2 years ago
git clone https://github.com/PiggyCh/RL_arm_under_sparse_reward.git
yyf17 commented 2 years ago
conda activate arm
yyf17 commented 2 years ago
conda install pytorch=1.8.1 torchvision torchaudio cudatoolkit=10.2 -c pytorch
yyf17 commented 2 years ago
conda install gym==0.18.0  numpy==1.19.2
conda install gym==0.18.0 

and

python -m pip install pybullet==3.1.7
yyf17 commented 2 years ago
python -m pip install mpi4py==3.0.3

Mpi4py v 3.0.3:parallel computing and download the offical MPI plug https://www.microsoft.com/en- us/download/details.aspxid=57467)https://www.microsoft.com/en-us/download/details.aspx?id=57467)

yyf17 commented 2 years ago
conda install jupyter notebook ipykernel
yyf17 commented 2 years ago
python -m ipykernel install --user --name arm --display-name "arm"

fix bug

python -m pip install --upgrade jupyter_client
python -m pip install --upgrade jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
yyf17 commented 2 years ago

练习工具

yyf17 commented 2 years ago

image

yyf17 commented 2 years ago

python提示 urllib3 (1.26.7) or chardet (3.0.4) doesn’t match a supported version! ref

pip install "urllib3<=1.24"