Skip to content
Snippets Groups Projects
Commit e2d2a0a3 authored by Dipam Chakraborty's avatar Dipam Chakraborty
Browse files

set environment to NetHackChallenge

parent 66d164d8
No related branches found
No related tags found
No related merge requests found
aicrowd-api
aicrowd-gym
numpy
nle --no-binary=nle
scipy
git+https://github.com/facebookresearch/nle.git@eric/competition
......@@ -12,7 +12,7 @@ def main():
# This allows us to limit the features of the environment
# that we don't want participants to use during the submission
env = aicrowd_gym.make("NetHackScore-v0")
env = aicrowd_gym.make("NetHackChallenge-v0")
env.reset()
done = False
......
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