PaddlePaddle / PARL

A high-performance distributed training framework for Reinforcement Learning
https://parl.readthedocs.io/
Apache License 2.0
3.24k stars 819 forks source link

from parl.utils import logger,replay_memory出现错误 #951

Open wuyukun-tong opened 2 years ago

wuyukun-tong commented 2 years ago

您好!我在Ubuntu上运行DDPG例子中的train.py时出现了如下的错误 image 但是在窗口中单独运行from parl.utils import logger不报错 image

TomorrowIsAnOtherDay commented 2 years ago

hello,感谢反馈。看起来像是你的sudo权限下的python环境没有安装parl。试着执行以下命令?

sudo python
from parl.utils import logger