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

AttributeError: module 'parl' has no attribute 'Model' #1154

Open kaoe3 opened 4 weeks ago

kaoe3 commented 4 weeks ago

Traceback (most recent call last): File "C:\Users\TJUAE\Downloads\PARL-develop\PARL-develop\examples\QuickStart\train.py", line 21, in from cartpole_model import CartpoleModel File "C:\Users\TJUAE\Downloads\PARL-develop\PARL-develop\examples\QuickStart\cartpole_model.py", line 21, in class CartpoleModel(parl.Model): AttributeError: module 'parl' has no attribute 'Model'

amocken commented 2 weeks ago

You can solve this by degrading the paddlepaddle from version 2.6 to 2.5.