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

Will it support Multi-Agent RL in the future? #180

Closed
zienn opened this issue Dec 3, 2019 · 3 comments
Closed

Will it support Multi-Agent RL in the future? #180

zienn opened this issue Dec 3, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@zienn
Copy link

zienn commented Dec 3, 2019

how to deal with importing Multi-Agent Env or custom envs?

@TomorrowIsAnOtherDay
Copy link
Collaborator

Yes! We will open-source a multi-agent example in the next release!

For centralized Multi-agent reinforcement learning(MARL) algorithm, its implementation is similar to the single-agent algorithm.
For decentralized MARL algorithm, we can synchronize parameters among different agents by using xparl, the parallel computation tool in PARL.

@TomorrowIsAnOtherDay TomorrowIsAnOtherDay added the enhancement New feature or request label Dec 4, 2019
@zienn
Copy link
Author

zienn commented Dec 4, 2019

thx,I can't wait for it.

@TomorrowIsAnOtherDay
Copy link
Collaborator

Thanks for your interest in PARL. We are now working on the state-of-the-art algorithms on continuous spaces such as TD3, SAC. For other algorithms, we still need more time to implement.

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

No branches or pull requests

2 participants