multiagent-particle-envs icon indicating copy to clipboard operation
multiagent-particle-envs copied to clipboard

error in the test step.

Open HzcIrving opened this issue 4 years ago • 0 comments

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

HzcIrving avatar Apr 14 '20 07:04 HzcIrving