Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

AttributeError: 'Sequential' object has no attribute 'uses_learning_phase' #16

Open
yanivg10 opened this issue Apr 14, 2020 · 1 comment

Comments

@yanivg10
Copy link

I tried running one of the DDPG examples: 'python ddpg_pendulum.py'
After 81 iterations the program stopped with an error:
AttributeError: 'Sequential' object has no attribute 'uses_learning_phase'

'Sequential' is a Keras object that indeed does not have this attribute in a few versions I checked.

Can you check this out and comment on this problem?

Thank you.

@inarikami
Copy link
Owner

AttributeError Issue should be resolved with #18

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

No branches or pull requests

2 participants