diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..7ea556514458ea8d8d45c8e271f0ccb3b3a9cd68 --- /dev/null +++ b/environment.yml @@ -0,0 +1,11 @@ +name: nle + +dependencies: + - python=3.8 + - cmake=3.14 + - numpy + - pip: + - aicrowd_api + - aicrowd-gym + - nle + - gym diff --git a/requirements.txt b/requirements.txt index ce1df4fa60f509908a7029669cb74592a0f8e117..85cc9f95eb65c9989e2cf3f1df1dabe5531d0b23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ aicrowd_api aicrowd_gym -nle numpy gym