本文主要是介绍PARL学习,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1、更换源:
pip config set global.index-url https://mirror.baidu.com/pypi/simple
2、
pip install paddlepaddle
3、
pip install parl
4、
pip install gym
5、
git clone --depth=1 https://github.com/PaddlePaddle/PARL.git
6、
cd PARL/examples/QuickStart
7、
python train.py
这篇关于PARL学习的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!