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.58k stars 261 forks source link

Fix client renderer url #8

Closed katnoria closed 5 years ago

katnoria commented 5 years ago

The client renderer url in readme is http://localhost:8080/forge/ which takes the user to directory listing. This request is to update the readme file with correct url: http://localhost:8080/forge/embyr/

jsuarez5341 commented 5 years ago

Thanks!