update projects

This commit is contained in:
johnjim0816
2022-08-15 22:31:37 +08:00
parent cd27cb67b7
commit 73948f1dc8
109 changed files with 3483 additions and 1011 deletions

11
projects/PARL/README.md Normal file
View File

@@ -0,0 +1,11 @@
[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```