Spaces:
Runtime error
Runtime error
Merge pull request #7 from mail-ecnu/atari-env
Browse files- environment.yaml +2 -0
environment.yaml
CHANGED
@@ -86,6 +86,7 @@ dependencies:
|
|
86 |
- zeromq=4.3.4
|
87 |
- zlib=1.2.13
|
88 |
- pip:
|
|
|
89 |
- absl-py==1.4.0
|
90 |
- aiohttp==3.8.4
|
91 |
- aiosignal==1.3.1
|
@@ -185,3 +186,4 @@ dependencies:
|
|
185 |
- win32-setctime==1.1.0
|
186 |
- yarl==1.9.2
|
187 |
- zipp==3.15.0
|
|
|
|
86 |
- zeromq=4.3.4
|
87 |
- zlib=1.2.13
|
88 |
- pip:
|
89 |
+
- ale-py==0.8.1
|
90 |
- absl-py==1.4.0
|
91 |
- aiohttp==3.8.4
|
92 |
- aiosignal==1.3.1
|
|
|
186 |
- win32-setctime==1.1.0
|
187 |
- yarl==1.9.2
|
188 |
- zipp==3.15.0
|
189 |
+
- git+ssh://[email protected]/hyyh28/atari-representation-learning.git
|