openai / multiagent-particle-envs

Code for a multi-agent particle environment used in the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
https://arxiv.org/pdf/1706.02275.pdf
MIT License
2.27k stars 786 forks source link

Discrete type while action value is not one-hot.... #62

Open CatIIIIIIII opened 4 years ago

CHH3213 commented 3 years ago

@BrutalStark hello,I have the same question, when I change the discrete_action_space==False, it seems not work. Do you solve it?