openai / neural-mmo

Code for the paper "Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents"
https://openai.com/blog/neural-mmo/
MIT License
1.57k stars 262 forks source link

Renderer Problem #40

Open Shaokang-Agent opened 4 years ago

Shaokang-Agent commented 4 years ago

When I pull up the renderer, the LegacyWebClient cannot show the real-time picture but only the waiting screen Screenshot_2019-10-08 Projekt Godsword Working Demo

The code report errors as 图片

jsuarez5341 commented 4 years ago

Apologies for not seeing this earlier -- this is no longer the main repo. Please raise issues on my fork, jsuarez5341/neural-mmo, in the future. It seems you are attempting to use the new renderer with the old client. Use the v1.0 branch of neural-mmo-client if you want the legacy environment + renderer. For the latest version, use the master branches of both neural-mmo and neural-mmo-client.