From e2d2a0a3f2ca96b4ae08c750b513b45b2c6ac2da Mon Sep 17 00:00:00 2001
From: Dipam Chakraborty <dipam@aicrowd.com>
Date: Wed, 26 May 2021 21:57:10 +0530
Subject: [PATCH] set environment to NetHackChallenge

---
 requirements.txt | 3 ++-
 rollout.py       | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 9601750..8fd59c9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
 aicrowd-api
 aicrowd-gym
 numpy
-nle --no-binary=nle
+scipy
+git+https://github.com/facebookresearch/nle.git@eric/competition
diff --git a/rollout.py b/rollout.py
index 37b6339..7a5b3c5 100644
--- a/rollout.py
+++ b/rollout.py
@@ -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
-- 
GitLab