Skip to content
Snippets Groups Projects
Commit ad7a3321 authored by Siddhartha Laghuvarapu's avatar Siddhartha Laghuvarapu
Browse files

Update Readme to reflect reorg

parent 77b348b7
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,8 @@ pip install -U -r requirements.txt
Generate the Neural MMO environment maps.
```bash
python neuralmmo/Forge.py generate --config=CompetitionRound1
cd neuralmmo/
python Forge.py generate --config=CompetitionRound1
```
# 🛠 Preparing your submission
......@@ -111,7 +112,7 @@ python evaluator/rollout.py
[`neuralmmo/projekt`](projekt) | Per-round environment configs and RLlib demo.
[`neuralmmo/Forge.py`](Forge.py) | Main file for baselines and demos
[`neuralmmo/resource`](projekt) | Path where maps are generated.
[`neuralmmo/baselines`](Forge.py) | Path where models are saved
[`baselines`](Forge.py) | Path where models are saved
## Runtime configuration
......@@ -159,7 +160,7 @@ If you want to submit without the helper script, please refer [`SUBMISSION.md`](
# 📝 Submission checklist
- [x] **Accept the challenge rules**. You can do this by going to the [challenge overview page](https://www.aicrowd.com/challenges/the-neural-mmo-challenge) and clicking the "Participate" button. You only need to do this once.
- [x] **Add your agent code** that implements the `NeuralMMOBaseAgent` class from `evaluator/base_agent`.
- [x] **Add your agent code** that implements the `NeuralMMOBaseAgent` class from `evaluator/base_agent`. Make sure your `agent_type` is filled.
- [x] **Add your model checkpoints** (if any) to the repo. The `utils/submit.sh` will automatically detect large files and add them to git LFS. If you are using the script, please refer to [this post explaining how to add your models](https://discourse.aicrowd.com/t/how-to-upload-large-files-size-to-your-submission/2304).
- [x] **Evaluate your agents locally** to know that they work as expected.
- [x] **Update runtime configuration** using `requirements.txt`, `apt.txt` and/or `Dockerfile` as necessary. Please make sure that you specified the same package versions that you use locally on your machine.
......
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