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 Python syntax error in raw_meat.py #1

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./forge/blade/item/rawmeat.py:1:31: E999 SyntaxError: invalid syntax
from forge.blade.systems.import Skill
                              ^
jsuarez5341 commented 5 years ago

Thanks! There is a long tail of code not currently in use -- this is part of it