Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kaoe3 opened this issue Jun 5, 2024 · 1 comment
Closed

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

kaoe3 opened this issue Jun 5, 2024 · 1 comment

Comments

@kaoe3
Copy link

kaoe3 commented Jun 5, 2024

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
Copy link

amocken commented Jun 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants