Skip to content
Snippets Groups Projects
Commit 1cd798e7 authored by bowu0818's avatar bowu0818
Browse files

Fix typo

parent 9a1784cd
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,9 @@ pip install git+http://gitlab.aicrowd.com/neural-mmo/neurips2022-nmmo.git
pip install -r requirements_tool.txt
```
> This competition is based on MeuralMMO v1.6 version.
> This competition is based on NeuralMMO v1.6 version.
>
> For more information about MeuralMMO v1.6, please refer to https://github.com/NeuralMMO/environment/tree/v1.6.
> For more information about NeuralMMO v1.6, please refer to https://github.com/NeuralMMO/environment/tree/v1.6.
### Make your first submission
......
......@@ -5,8 +5,9 @@ from neurips2022nmmo import CompetitionConfig, RollOut, scripted, submission
def evaluate(submission_path: str):
config = CompetitionConfig()
config.SAVE_REPLAY = "eval"
# uncomment the code below if you want to render locally
config.RENDER = True
# config.RENDER = True
my_team = submission.get_team_from_submission(
submission_path=submission_path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment