maddpg icon indicating copy to clipboard operation
maddpg copied to clipboard

A question about maddpg.py

Open chengdusunny opened this issue 3 years ago • 0 comments

Hello,

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

So I write this issue to propose this problem.

chengdusunny avatar Feb 26 '22 06:02 chengdusunny