-
Notifications
You must be signed in to change notification settings - Fork 11
/
environment.yml
69 lines (69 loc) · 1.54 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name: procgen_hyper
channels:
- pytorch
- defaults
dependencies:
- python=3.8
- pip=21.1.3
- numpy=1.20.2=py38h2d18471_0
- numpy-base=1.20.2=py38hfae3a4d_0
- pyparsing=2.4.7
- jupyterlab=3.0.14
- plotly=5.6.0
- ipywidgets=7.6.5
- scikit-image=0.18.1
- pytorch::pytorch
- pytorch::torchvision
- pytorch::torchaudio
- cudatoolkit=11.3
- pip:
- absl-py==1.0.0
- antlr4-python3-runtime==4.8
- cachetools==5.0.0
- charset-normalizer==2.0.12
- cloudpickle==1.6.0
- cycler==0.11.0
- filelock==3.0.12
- fonttools==4.29.1
- geoopt==0.4.1
- glcontext==2.3.4
- glfw==1.12.0
- google-auth==2.6.0
- google-auth-oauthlib==0.4.6
- grpcio==1.44.0
- gym==0.18.3
- gym3==0.3.3
- hydra-core==1.1.1
- idna==3.3
- imageio==2.9.0
- imageio-ffmpeg==0.3.0
- importlib-metadata==4.11.1
- importlib-resources==5.4.0
- kiwisolver==1.3.2
- markdown==3.3.6
- matplotlib==3.1.2
- moderngl==5.6.4
- oauthlib==3.2.0
- omegaconf==2.1.1
- pandas==1.4.1
- procgen==0.10.4
- protobuf==3.19.4
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pyglet==1.5.15
- pytz==2021.3
- pyyaml==6.0
- requests==2.27.1
- requests-oauthlib==1.3.1
- rsa==4.8
- scipy==1.6.3
- seaborn==0.9.0
- tensorboard==2.8.0
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tqdm==4.62.3
- urllib3==1.26.8
- werkzeug==2.0.3
- hyperbolic==1.4.0
- drawSvg==1.8.3
prefix: ~/anaconda3/envs/procgen_hyper