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.33k stars 785 forks source link

Global state #63

Open cu-rie opened 4 years ago

cu-rie commented 4 years ago

I see the env.step() function returns the observation of all the agents. Is there any way to get global state information?