git clone rebel
cd rebel
conda create -n rebel python=3.7.10
conda activate rebel
pip install -r requirements.txt
conda install cmake
git submodules update --init
cd thrid_party
git clone pypind11
git checkout hash
-
sudo apt install g++=8
(参考安装gcc) make
python run.py --adhoc --cfg conf/c02_selfplay/liars_sp.yaml \ env.num_dice=1 \ env.num_faces=4 \ env.subgame_params.use_cfr=true \ selfplay.cpu_gen_threads=60
- 如果报错未找到pytorch-lightning,使用requirements.txt里的
pip install -e git+https://...
安装即可
相关文章
- 03-19rebel编译与安装
- 03-19ubantu18-ROS环境下配置IMU(STIM300),含驱动下载安装与硬件配置。
- 03-19Ncurses入门-(一)安装与使用
- 03-192019年智能家居安装与维护"A卷"Qt 嵌入式部分
- 03-19『转载』Git管理工具sourcetree安装与使用
- 03-19secureCRT8.3的安装与破解
- 03-19【Fast RTPS】编译安装------踩坑之路
- 03-19webstorm 安装与基本使用
- 03-19[nsis]安装包反编译
- 03-19C语言编译过程,宏定义与使用分析,条件编译使用分析,#error与#line,#pragma预处理分析,#和##运算符使用解析