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

Parameter sharing of MAPPO #28

Open
0xWelt opened this issue May 17, 2023 · 0 comments
Open

Parameter sharing of MAPPO #28

0xWelt opened this issue May 17, 2023 · 0 comments

Comments

@0xWelt
Copy link

0xWelt commented May 17, 2023

In the paper you provide, it is stated that "Each agent i follows a shared policy". However, in the codebase, I only found implementations that resemble MAPPO's "SeperatedBuffer" and "SeperatedRunner", which are designed for non-parameter-sharing scenarios. This might cause a discrepancy in performance if they are not consistent. I would like to know whether the codebase only supports non-parameter-sharing MAPPO at the moment, or if I have overlooked something.

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