-
Notifications
You must be signed in to change notification settings - Fork 34
/
conda_env.yml
93 lines (93 loc) · 2.28 KB
/
conda_env.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name: dreamer
channels:
- nvidia
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2022.5.18.1=ha878542_0
- cudatoolkit=11.1.74=h6bb024c_0
- ld_impl_linux-64=2.36.1=hea4e1c9_2
- libffi=3.4.2=h7f98852_5
- libgcc-ng=12.1.0=h8d9b700_16
- libgomp=12.1.0=h8d9b700_16
- libnsl=2.0.0=h7f98852_0
- libstdcxx-ng=12.1.0=ha89aaad_16
- libuuid=2.32.1=h7f98852_1000
- libzlib=1.2.12=h166bdaf_0
- ncurses=6.3=h27087fc_1
- openssl=3.0.3=h166bdaf_0
- pip=22.1.2=pyhd8ed1ab_0
- python=3.8.13=ha86cf86_0_cpython
- python_abi=3.8=2_cp38
- readline=8.1.2=h0f457ee_0
- setuptools=62.3.4=py38h578d9bd_0
- sqlite=3.38.5=h4ff8645_0
- tk=8.6.12=h27826a3_0
- wheel=0.37.1=pyhd8ed1ab_0
- xz=5.2.5=h516909a_1
- zlib=1.2.12=h166bdaf_0
- pip:
- absl-py==1.1.0
- astunparse==1.6.3
- cachetools==5.2.0
- certifi==2022.5.18.1
- charset-normalizer==2.0.12
- dm-control==0.0.300771433
- dm-env==1.5
- dm-tree==0.1.7
- flatbuffers==1.12
- future==0.18.2
- gast==0.4.0
- glfw==2.5.3
- google-auth==2.8.0
- google-auth-oauthlib==0.4.6
- google-pasta==0.2.0
- grpcio==1.46.3
- h5py==3.7.0
- idna==3.3
- importlib-metadata==4.11.4
- keras==2.9.0
- keras-preprocessing==1.1.2
- labmaze==1.0.5
- libclang==14.0.1
- lxml==4.9.0
- markdown==3.3.7
- mujoco==2.2.0
- numpy==1.22.4
- oauthlib==3.2.0
- opencv-python==4.6.0.66
- opt-einsum==3.3.0
- packaging==21.3
- pillow==9.1.1
- plotly==5.8.2
- protobuf==3.19.4
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pyopengl==3.1.6
- pyparsing==2.4.7
- requests==2.28.0
- requests-oauthlib==1.3.1
- rsa==4.8
- scipy==1.8.1
- six==1.16.0
- tenacity==8.0.1
- tensorboard==2.9.1
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tensorboardx==2.5.1
- tensorflow==2.9.1
- tensorflow-estimator==2.9.0
- tensorflow-io-gcs-filesystem==0.26.0
- termcolor==1.1.0
- torch==1.8.2+cu111
- torchaudio==0.8.2
- torchvision==0.9.2+cu111
- tqdm==4.64.0
- typing-extensions==4.2.0
- urllib3==1.26.9
- werkzeug==2.1.2
- wrapt==1.14.1
- zipp==3.8.0