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.4k stars 790 forks source link

agent out of the box #64

Open cu-rie opened 4 years ago

cu-rie commented 4 years ago

When I render the 'simple tag' scenario, agents escape the visible range so I cannot exactly examine the behavior of the agents. Is there any way to mask the unavailable actions (which makes agents stay in the visible box ) ?

whz204168-lab commented 2 years ago

I have the same problem. Have you solved it?