geek-ai / MAgent

A Platform for Many-Agent Reinforcement Learning
MIT License
1.68k stars 332 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'build/render' #57

Closed KK666-AI closed 4 years ago

KK666-AI commented 4 years ago

Hi,

After I install MAgent, I try to run api_demo.py in examples, it seems that this example cannot find the directory build/render.

BTW, I run this program in PyCharm and set MAgent as the source folder.

Is anything wrong?

Best

merrymercy commented 4 years ago

You have to run it under the root directory of the project.