You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
In the comparison plots, we see MADDPG being compared to DDPG algorithm. As far as I know, DDPG can only be used with continuous action space. But the experiments with multi-agent particle environment like simple_spread and simple_tag has discrete action space. What am I missing here?
In the comparison plots, we see MADDPG being compared to DDPG algorithm. As far as I know, DDPG can only be used with continuous action space. But the experiments with multi-agent particle environment like simple_spread and simple_tag has discrete action space. What am I missing here?