PaddlePaddle / PARL

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

Attributerror #1135

Open spiderZhengLi opened 3 months ago

spiderZhengLi commented 3 months ago

(paddle) F:\Desktop\PARL-develop\examples\QuickStart>python train.py [03-23 22:43:02 MainThread @logger.py:242] Argv: train.py [03-23 22:43:04 MainThread @init.py:37] WRN No deep learning framework was found, but it's ok for parallel computation. Traceback (most recent call last): File "train.py", line 21, in from cartpole_model import CartpoleModel File "F:\Desktop\PARL-develop\examples\QuickStart\cartpole_model.py", line 21, in class CartpoleModel(parl.Model): AttributeError: module 'parl' has no attribute 'Model'

FANTASY-Xxx commented 3 months ago

me too

TomorrowIsAnOtherDay commented 3 months ago

The error message shows that you have not yet installed any deep learning framework. Please install PaddlePaddle before running the training script.

spiderZhengLi commented 3 months ago

I'sure that I have installed the paddlepaddle and parl.After that,I still have the error.

TomorrowIsAnOtherDay commented 3 months ago

Hey, guys, could you give me the system info and tell me which Paddle version you're using? That way, I can try to replicate the error on my end.

spiderZhengLi commented 3 months ago

I am using a Windows 11 system, and the graphics card is an NVIDIA GeForce RTX 3060 Laptop GPU. The paddlepaddle version I use is 2.6.1, the parl version is 2.2.1, and the python version is 3.8.

1Northward1 commented 2 months ago

me too image