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 BatchSnippets.py #4

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

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

./jsuarez/BatchSnippets.py:1:9: E999 IndentationError: unexpected indent
         ann, rets = self.anns[0], []
        ^