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

Fix resource path

parent ad7a3321
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ pip install -U -r requirements.txt
Generate the Neural MMO environment maps.
```bash
cd neuralmmo/
python Forge.py generate --config=CompetitionRound1
ln -s neuralmmo/resource
python neuralmmo/Forge.py generate --config=CompetitionRound1
```
# 🛠 Preparing your submission
......
......@@ -39,7 +39,7 @@ def loadTrainer(config):
'''Create monolithic RLlib trainer object'''
torch.set_num_threads(1)
ray.init(local_mode=config.LOCAL_MODE,
memory=2000 * 1024 * 1024,
_memory=2000 * 1024 * 1024,
object_store_memory=200 * 1024 * 1024,
)
......
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