Skip to content

Latest commit

 

History

History

parl_tutorials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PARL Tutorials

本项目使用百度飞桨的PARL模块实现一些强化学习算法,感兴趣的同学欢迎参与贡献~

运行环境

由于parlpaddle容易与notebook相关模块发生版本冲突,因此推荐新建一个Conda环境:

conda create -n parl python=3.7

然后安装parlpaddle

pip install parl==2.0.5

pip install paddlepaddle-gpu==2.3.2 -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install paddlepaddle==2.3.2 -i https://pypi.tuna.tsinghua.edu.cn/simple

安装其他依赖:

pip install -r requirements.txt