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
Hello,When I was debugging the code, I had a problem:
rl\pg_ddpg.py", line 139, in create_variables
self.gradients = self.actor_gradients + self.critic_gradients
TypeError: unsupported operand type(s) for +: 'zip' and 'list'
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello,When I was debugging the code, I had a problem:
rl\pg_ddpg.py", line 139, in create_variables
self.gradients = self.actor_gradients + self.critic_gradients
TypeError: unsupported operand type(s) for +: 'zip' and 'list'
Thank you very much!
The text was updated successfully, but these errors were encountered: