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

Add image as background #95

Open i-am-neet opened 2 years ago

i-am-neet commented 2 years ago

Is there any function or method that I can add an image as environment's background?

I want to add a grip map image that agent can interact with it.

Any suggestion is welcome