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

Discrete Actions in MADDPG and A3C Algorithm Support #78

Open
SunSkyLH opened this issue Jan 10, 2025 · 2 comments
Open

Discrete Actions in MADDPG and A3C Algorithm Support #78

SunSkyLH opened this issue Jan 10, 2025 · 2 comments

Comments

@SunSkyLH
Copy link

Hello, I see that the MADDPG code does not seem to support discrete actions. Have you considered supporting it?
In addition, have you considered adding the A3C algorithm?

@wenzhangliu
Copy link
Collaborator

We have received feedback from several users about MADDPG with discrete actions, but since MADDPG is inherently designed for continuous action spaces, it currently does not support discrete actions in XuanCe.

As for the A3C algorithm, we have internally discussed the possibility of implementing it. However, our current focus is on enhancing the performance of existing algorithms and developing cutting-edge methods in multi-agent reinforcement learning. In the future, we will consider supporting A3C based on user demand and the project’s development priorities.

@SunSkyLH
Copy link
Author

Thank you for your response!

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

2 participants