当前位置:网站首页>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
边栏推荐
- 吴军三部曲见识(七) 商业的本质
- TCP's three handshakes and four waves
- js垃圾回收机制和内存泄漏
- 肖申克的救赎有感
- 汇编课后作业
- 这群程序员中的「广告狂人」,把抖音广告做成了AR游戏
- MySQL date function
- ByteDance open source Gan model compression framework, saving up to 97.8% of computing power - iccv 2021
- Fdog series (4): use the QT framework to imitate QQ to realize the login interface, interface chapter.
- Notes on how the network is connected
猜你喜欢
When it comes to Google i/o, this is how ByteDance is applied to flutter
Flink 解析(三):内存管理
手把手带你做强化学习实验--敲级详细
逻辑运算指令
JVM之垃圾回收器上篇
Fdog series (III): use Tencent cloud SMS interface to send SMS, write database, deploy to server, web finale.
Full record of ByteDance technology newcomer training: a guide to the new growth of school recruitment
ByteDance technical Interviewer: what kind of candidate do I want to pick most
8086 CPU 内部结构
Activit fragmented deadly pit
随机推荐
Activiti directory (V) reject, restart and cancel process
Koa Middleware
TCP's three handshakes and four waves
Full record of ByteDance technology newcomer training: a guide to the new growth of school recruitment
Log4j2 major vulnerabilities and Solutions
Instructions for Redux
Yao BanZhi and his team came together, and the competition experts gathered together. What fairy programming competition is this?
JVM之垃圾回收器下篇
@RequestMapping、@GetMapping
DOS 功能调用
程序员定位解决问题方法论
SQL tuning notes
MySQL数字函数
Flink 解析(六):Savepoints
Coursera cannot play video
MySQL字符串函数
Many papers on ByteDance have been selected into CVPR 2021, and the selected dry goods are here
汇编课后作业
In the command mode in the VI editor, delete the character usage at the current cursor__ Command.
Ruoyi-Cloud 踩坑的BUG