-
Notifications
You must be signed in to change notification settings - Fork 7
/
conda_env.yaml
60 lines (60 loc) · 1.51 KB
/
conda_env.yaml
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
name: apex_dqn_pytorch
channels:
- kne
- defaults
dependencies:
- blas=1.0=mkl
- ca-certificates=2018.03.07=0
- certifi=2018.4.16=py35_0
- cffi=1.11.5=py35h9745a5d_0
- cudatoolkit=8.0=3
- cudnn=7.0.5=cuda8.0_0
- freetype=2.8=hab7d2ae_1
- intel-openmp=2018.0.0=8
- jpeg=9b=h024ee3a_2
- libedit=3.1=heed3624_0
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=7.2.0=hdf63c60_3
- libgfortran-ng=7.2.0=hdf63c60_3
- libpng=1.6.34=hb9fc6fc_0
- libstdcxx-ng=7.2.0=hdf63c60_3
- libtiff=4.0.9=h28f6b97_0
- mkl=2018.0.2=1
- mkl_fft=1.0.1=py35h3010b51_0
- mkl_random=1.0.1=py35h629b387_0
- nccl=1.3.4=cuda8.0_1
- ncurses=6.0=h9df7e31_2
- ninja=1.8.2=h6bb024c_1
- numpy=1.14.3=py35hcd700cb_2
- numpy-base=1.14.3=py35hdbf6ddf_2
- olefile=0.45.1=py35_0
- openssl=1.0.2o=h20670df_0
- pillow=5.1.0=py35h3deb7b8_0
- pip=10.0.1=py35_0
- pycparser=2.18=py35h61b3040_1
- python=3.5.5=hc3d631a_3
- pytorch=0.4.0=py35hd73e86b_0
- readline=7.0=ha6073c6_4
- setuptools=39.2.0=py35_0
- six=1.11.0=py35h423b573_1
- sqlite=3.23.1=he433501_0
- tk=8.6.7=hc745277_3
- torchvision=0.2.1=py35_0
- wheel=0.31.1=py35_0
- xz=5.2.3=h5e939de_4
- zlib=1.2.11=ha838bed_2
- pybox2d=2.3.1post2=py35_0
- pip:
- atari-py==0.1.1
- box2d==2.3.1
- chardet==3.0.4
- future==0.16.0
- gym==0.10.5
- idna==2.7
- opencv-python==3.4.2.17
- pyglet==1.3.2
- pyopengl==3.1.0
- requests==2.19.0
- torch==0.4.0
- urllib3==1.23
prefix: /home/praveen/anaconda3/envs/apex_dqn_pytorch