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
ca44d633
Commit
ca44d633
authored
Jun 20, 2021
by
Siddhartha Laghuvarapu
Browse files
Resolve dependency errors
parent
794e7cf0
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ca44d633
...
...
@@ -127,3 +127,5 @@ dmypy.json
# Pyre type checker
.pyre/
#NeuralMMO repository
neural-mmo/
env/gym-neuralmmo/setup.py
View file @
ca44d633
from
setuptools
import
setup
setup
(
name
=
"gym_neuralmmo"
,
version
=
"0.0.2"
,
install_requires
=
[
"gym"
])
setup
(
name
=
"gym_neuralmmo"
,
version
=
"0.0.2"
,
install_requires
=
[
"gym"
,
"flexdict"
])
run.sh
100644 → 100755
View file @
ca44d633
python ./rollout.py
\ No newline at end of file
export
PYTHONPATH
=
$PYTHONPATH
:
`
pwd
`
/neural-mmo
python ./rollout.py
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