Files
easy-rl/projects/PARL/README.md
2022-08-15 22:31:37 +08:00

11 lines
407 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[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```