[PARL](https://github.com/PaddlePaddle/PARL)是一个高性能、灵活的强化学习框架,由百度AI Studio开发。 ## 安装 1. 安装parl,参考[PARL Github](https://github.com/PaddlePaddle/PARL) 2. 安装paddlepaddle:```pip install paddlepaddle``` ## 常见问题 ```jupyter-client 7.3.1 requires pyzmq>=22.3, but you have pyzmq 18.1.1 which is incompatible.```: ```pip install -U pyzmq```