Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neural MMO
neural-mmo-starter-kit
Commits
ee4dacf1
Commit
ee4dacf1
authored
Jul 01, 2021
by
Siddhartha Laghuvarapu
Browse files
Fix resource path
parent
ad7a3321
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ee4dacf1
...
...
@@ -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
...
...
neuralmmo/Forge.py
View file @
ee4dacf1
...
...
@@ -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
,
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment