forked from IBM/rl-testbed-for-energyplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
44 lines (44 loc) · 931 Bytes
/
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
name: rl
channels:
- defaults
dependencies:
- cudatoolkit=10.0
- cudnn=7.6.0=cuda10.0_0
- python=3.6
- readline=8.1
- sqlite=3.33
- tk=8.6.10
- xz=5.2.5
- zlib=1.2.11
- pip:
- astor==0.8.1
- astroid==2.4.2
- cached-property==1.5.2
- click==7.1.2
- cloudpickle==1.2.2
- gast==0.2.2
- google-pasta==0.2.0
- gym==0.15.7
- h5py==3.1.0
- isort==5.7.0
- joblib==1.0.1
- keras-applications==1.0.8
- keras-preprocessing==1.1.2
- lazy-object-proxy==1.4.3
- matplotlib==3.2.1
- mccabe==0.6.1
- mpi4py==3.0.3
- numpy==1.18.4
- opt-einsum==3.3.0
- pandas==1.0.3
- pylint==2.6.0
- scipy==1.3.0
- tensorboard==1.15.0
- tensorflow==1.15.2
- tensorflow-estimator==1.15.1
- tensorflow-gpu==1.15.0
- termcolor==1.1.0
- toml==0.10.2
- typed-ast==1.4.2
- wrapt==1.12.1
prefix: /home/johannes/miniconda3/envs/rl