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

Update README.md to reflect reorg

parent 75416e94
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ pip install -U -r requirements.txt
Generate the Neural MMO environment maps.
```bash
python Forge.py generate --config=CompetitionRound1
python neuralmmo/Forge.py generate --config=CompetitionRound1
```
# 🛠 Preparing your submission
......@@ -101,8 +101,6 @@ python evaluator/rollout.py
**File/Directory** | **Description**
--- | ---
[`projekt`](projekt) | Per-round environment configs and RLlib demo.
[`Forge.py`](Forge.py) | Main file for baselines and demos
[`agents`](agents) | Directory containing different scripted bots, baseline agent and bots performing random actions. We recommend that you add your agents to this directory.
[`config.py`](config.py) | File containing the configuration options for local evaluation. We will use the same player agent you specify here during the evaluation.
[`utils/submit.sh`](utils/submit.sh) | Helper script to submit your repository to [AIcrowd GitLab](https://gitlab.aicrowd.com).
......@@ -110,6 +108,10 @@ python evaluator/rollout.py
[`requirements.txt`](requirements.txt) | File containing the list of python packages you want to install for the submission to run. Refer [runtime configuration](#runtime-configuration) for more information.
[`apt.txt`](apt.txt) | File containing the list of packages you want to install for submission to run. Refer [runtime configuration](#runtime-configuration) for more information.
[`evaluator`](evaluator) | Directory containing scripts for local evaluation. **Do not make changes to the files in this directory. Any changes made will be dropped during evaluation.**
[`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
## Runtime configuration
......
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