You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: