diff --git a/README.md b/README.md index 5ce1d856..bf83907a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![figure](https://neuralmmo.github.io/_static/banner.png) +![figure](https://neuralmmo.github.io/_static/banner.jpg) # ![icon](https://neuralmmo.github.io/_build/html/_images/icon.png) Welcome to the Platform! @@ -6,6 +6,4 @@ [![](https://dcbadge.vercel.app/api/server/BkMmFUC?style=plastic)](https://discord.gg/BkMmFUC) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40jsuarez5341)](https://twitter.com/jsuarez5341) -Neural MMO is a massively multiagent environment for artificial intelligence research inspired by Massively Multiplayer Online (MMO) role-playing games. The project is under active development with [Documentation](https://neuralmmo.github.io "Neural MMO Documentation") hosted by github.io. - -![figure](https://neuralmmo.github.io/_build/html/_images/poster.png) +Neural MMO is a massively multiagent environment for artificial intelligence research inspired by Massively Multiplayer Online (MMO) role-playing games. [Documentation](https://neuralmmo.github.io "Neural MMO Documentation") is hosted by github.io. diff --git a/nmmo/version.py b/nmmo/version.py index a33997dd..b15121b0 100644 --- a/nmmo/version.py +++ b/nmmo/version.py @@ -1 +1 @@ -__version__ = '2.1.0' +__version__ = '2.1.0' \ No newline at end of file diff --git a/tests/render/test_render_save.py b/tests/render/test_render_save.py index f11cc9d7..dde115d5 100644 --- a/tests/render/test_render_save.py +++ b/tests/render/test_render_save.py @@ -1,4 +1,6 @@ -'''Manual test for render client connectivity and save replay''' +# Deprecated test; old render system + +'''Manual test for render client connectivity and save replay import nmmo from nmmo.core.config import (AllGameSystems, Combat, Communication, Equipment, Exchange, Item, Medium, Profession, @@ -71,3 +73,5 @@ def create_config(base, nent, *systems): # NOTE: save the data in uncompressed json format, since # the web client has trouble loading the compressed replay file replay_helper.save(f'replay_{conf_name}_seed_{RANDOM_SEED:04d}.json') + +'''