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

Index error: list index out of range #92

Open liuziwei0322 opened 3 years ago

liuziwei0322 commented 3 years ago

image

I use python3.6 gym0.10.5 tensorflow1.8.0,but i always get INDEX ERROR when i render the environment... i think pyglet might be a problem,but i reinstalled and did not solve the problem... how can i fix this problem?? please help me..