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 was archived by the owner on Apr 8, 2026. It is now read-only.
I wanted to verify something I found in your code. In maddpg.py , there seems to be some problem with obs[None] in self.action. The error reported by the ide is :
return self.act(obs[None])[0]
TypeError: list indices must be integers or slices, not NoneType
Hello,
I wanted to verify something I found in your code. In
maddpg.py, there seems to be some problem withobs[None]inself.action. The error reported by the ide is :So I write this issue to propose this problem.