Skip to content

Commit

Permalink
Merge branch '2.1' into minigame
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarez5341 authored May 30, 2024
2 parents a8ff404 + 685ea09 commit 718e8f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
![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!

[![PyPI version](https://badge.fury.io/py/nmmo.svg)](https://badge.fury.io/py/nmmo)
[![](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.
2 changes: 1 addition & 1 deletion nmmo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '2.1.0'
6 changes: 5 additions & 1 deletion tests/render/test_render_save.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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')
'''

0 comments on commit 718e8f9

Please sign in to comment.