Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about maddpg.py #68

Open
chengdusunny opened this issue Feb 26, 2022 · 0 comments
Open

A question about maddpg.py #68

chengdusunny opened this issue Feb 26, 2022 · 0 comments

Comments

@chengdusunny
Copy link

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.

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

No branches or pull requests

1 participant