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

error in the test step. #71

Open HzcIrving opened 4 years ago

HzcIrving commented 4 years ago

when I use this code to interactively view moving to landmark scenario (see others in ./scenarios/): bin/interactive.py --scenario simple.py, the error is as follows: warnings.warn(colorize('%s: %s'%('WARN', msg % args), 'yellow')) Traceback (most recent call last): File "bin/interactive.py", line 26, in <module> env.render() File "/Volumes/SSDIrving/MACWORKSPACE/Anaconda/anaconda3/envs/PyMultiAgentworkspace/lib/python3.5/site-packages/gym/core.py", line 105, in render raise NotImplementedError NotImplementedError