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

Turn the environment into 3D #81

Open zxm-NEU opened 3 years ago

zxm-NEU commented 3 years ago

How to modify the code to change the environment to 3D

mumuyanyan commented 3 years ago

i have the same question

liuziwei0322 commented 3 years ago

i think pyglet is hard to render the environment to 3D,did you fix this problem?