openai / neural-mmo

Code for the paper "Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents"

Home Page:https://openai.com/blog/neural-mmo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing map.tmx

WorldEditors opened this issue · comments

It seems that running Forge.py requires the file "map.tmx", which is missing
I am wondering if this is a problem of my configuration or other things

No such file or directory: 'resource/maps/procedural/map0/map.tmx'

commented

I faced same error today,do you slove it?

I faced same error today,do you slove it?

Not yet, I am waiting for solution

Hello -- This repo is archived. Please see jsuarez5341/neural-mmo for the latest version and raise issues there if you feel the current build is still unclear.

For reference, map files are procedurally generated -- you need to run the setup.py file. Instructions are in the updated repo.