From 560396fdfb242da19a5cc45b9cccc17653e0bcf6 Mon Sep 17 00:00:00 2001 From: arbingchen <arbingchen@chaocanshu.ai> Date: Fri, 14 Oct 2022 10:49:20 +0000 Subject: [PATCH] v2.0 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 54bd1ad..fedea8c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ "description" : "Brief description for your submission" } ``` +**NOTE:** [`checkpoints/model.pth`](./checkpoints/) was trained in only 1k steps with 50 replays, and was just for you to get started in this repo, not for performance. +For higher score, the model could be trained with [`1k replays`](https://www.aicrowd.com/challenges/neurips-2022-the-neural-mmo-challenge/dataset_files) and more training time, About 0.8 top1-ratio achieved and shown by [`Submission #199954`](https://www.aicrowd.com/challenges/neurips-2022-the-neural-mmo-challenge/submissions/199954). + ## Install requirements ```bash pip install -r requirements.txt -- GitLab