You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
出现问题:paddle使用正常,但在import parl时会出现WRN No deep learning framework was found, but it's ok for parallel computation.警告.运行快速入门:解决CartPole问题时会出现parl没有model的报错
尝试解决方法:降级paddle为2.5版本正常使用
请问parl现在不支持paddle最新版本2.6吗
The text was updated successfully, but these errors were encountered:
python环境:3.8
paddle-gpu版本:2.6.1,安装方式为:
conda install paddlepaddle-gpu==2.6.1 cudatoolkit=11.7 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ -c conda-forge
parl版本:2.2.1,安装方式为
pip install parl
出现问题:paddle使用正常,但在
import parl
时会出现WRN No deep learning framework was found, but it's ok for parallel computation.
警告.运行快速入门:解决CartPole问题时会出现parl没有model的报错
尝试解决方法:降级paddle为2.5版本正常使用
请问parl现在不支持paddle最新版本2.6吗
The text was updated successfully, but these errors were encountered: