当前位置:网站首页>Take you hand-in-hand to do intensive learning experiments -- knock the level in detail
Take you hand-in-hand to do intensive learning experiments -- knock the level in detail
2022-07-06 17:13:00 【Toothache, want to eat peach】
The chicken is finishing an assignment
It's hard
“ If you are not skilled in the installation environment , Don't be impatient , Calm down and breathe deeply , There will always be strange problems , Some error reports can't be read or searched , Take your time , Try to be close to my version number , Then take a snapshot ”
The environment is as follows :
ubuntu20.04
anaconda-5.1.0
pycharm
0 expect
What are we going to do ?
1 Set up the environment
Download it git package , establish anaconda Environmental Science ,conda env create -f env.yml
Three files failed to download
Asked elder martial brother
Prepare to change the source of Beiwai
( Change him ! It's really much faster !)
https://mirrors.bfsu.edu.cn/help/anaconda/
channels:
- defaults
show_channel_urls: true
default_channels:
- https://mirrors.bfsu.edu.cn/anaconda/pkgs/main
- https://mirrors.bfsu.edu.cn/anaconda/pkgs/r
- https://mirrors.bfsu.edu.cn/anaconda/pkgs/msys2
custom_channels:
conda-forge: https://mirrors.bfsu.edu.cn/anaconda/cloud
msys2: https://mirrors.bfsu.edu.cn/anaconda/cloud
bioconda: https://mirrors.bfsu.edu.cn/anaconda/cloud
menpo: https://mirrors.bfsu.edu.cn/anaconda/cloud
pytorch: https://mirrors.bfsu.edu.cn/anaconda/cloud
pytorch-lts: https://mirrors.bfsu.edu.cn/anaconda/cloud
simpleitk: https://mirrors.bfsu.edu.cn/anaconda/cloud
then .condrc
The document looks like this
function conda clean -i
Clear index cache , Make sure you use the index provided by the mirror station .
function conda create -n myenv numpy
Test it .
Still reported ssl The fault of
Still the same as before , hold .condrc
Medium https
Change to http
, All of them ~source
Success Hahahahahaha
2 Download project
git clone https://github.com/MultiAgentLearning/playground.git
Or download the compressed package directly
I didn't install git, Directly download the installation package
Then I changed my name to playground, Keep the same as the courseware
3 install
Enter the directory of the project ,
cd ~/playground
( Open it directly in that folder , There is no need to enter hahaha )establish anaconda Environmental Science ,
conda env create -f env.yml
Here we go ! Promise me ! When it is executing, keep the keyboard away !
I tried this many times
The source of China University of science and technology has been replaced by that of Beijing Foreign Studies University
This time I finally saw the dawn , The download went well , Then I carefully pressedctrl+c
Then it ended , I tried many good methods and failed again
( Including but not limited to the following methods :Direct loading gym package ,
pip install gym
, But this is the latest version , Not the version specified in this packageLimited version installation
conda install gym==0.10.11
, Still reported the same mistakeRemove... First pommerman Environmental Science , Re execution
conda env create -f env.yml
, Not yet.Then I got my senior brother's pommerman Folder , Not yet.
Then I changed the source , Not yet.
)
When I reinstalled the environment for the second time , Didn't touch the keyboard , But still reported this error .
steady !
Then this time, I will keep the snapshot well , Go back to the previous state , Just execute the order again, Hahahahahaha
Finally successful hahahahahahahahaha
wuhu ! take off !
Then let's look at the effect
enter once !OJBK!
- Common commands
Remove environment (pommerman)conda remove -n xxxx --all
I'm stuck gym, Separatepip install gym
Limited version installationconda install gym==0.10.11
Take a look at the current environment envconda env list
Activate the environment
Out of the environmentconda deactivate
Experiment
docker
perform
docker build -t pommerman/simple-agent -f examples/docker-agent/Dockerfile .
Tips
Then follow the prompts to install it first
4 twitter
Be sure to make good use of snapshots , Please enjoy Peng Peng's Fairy snapshot
边栏推荐
猜你喜欢
字节跳动春招攻略:学长学姐笔经面经,还有出题人「锦囊」
Notes on how the network is connected
Thank you for your invitation. I'm in the work area. I just handed in the code. I'm an intern in the next ByteDance
Some instructions on whether to call destructor when QT window closes and application stops
8086 CPU 内部结构
Shell_ 07_ Functions and regular expressions
Flink源码解读(三):ExecutionGraph源码解读
Train 100 pictures for 1 hour, and the style of the photos changes at will. There is a demo at the end of the article | siggraph 2021
Shell_ 03_ environment variable
一个数10年工作经验的微服务架构老师的简历
随机推荐
@RestController、@Controller
Prototype chain inheritance
vscode
MySQL数字函数
Notes on how the network is connected
ByteDance open source Gan model compression framework, saving up to 97.8% of computing power - iccv 2021
Coursera cannot play video
8086 CPU internal structure
arithmetic operation
Shell_ 02_ Text three swordsman
ByteDance overseas technical team won the championship again: HD video coding has won the first place in 17 items
Typescript basic operations
À propos de l'utilisation intelligente du flux et de la carte
JVM运行时数据区之程序计数器
DOS 功能调用
谢邀,人在工区,刚交代码,在下字节跳动实习生
100张图训练1小时,照片风格随意变,文末有Demo试玩|SIGGRAPH 2021
High performance mysql (Third Edition) notes
Activiti directory (I) highlights
redux使用说明