forked from RLAgent/state-marginal-matching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda_env.yml
32 lines (32 loc) · 831 Bytes
/
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
name: smm_env
channels:
- kne # for pybox2d
- pytorch
- anaconda # for mkl
dependencies:
- cython
- ipython # technically unnecessary
- joblib=0.9.4
- lockfile
- mako=1.0.6=py35_0
- matplotlib=2.0.2=np111py35_0
- mkl=2018.0.2 # Need to add explicit dependence for pytorch
- numba=0.35.0=np111py35_0
- numpy=1.11.3
- path.py=10.3.1=py35_0
- python=3.5.2
- python-dateutil=2.6.1=py35_0
- pytorch=1.0.1
- scipy=1.0.1
- patchelf # Linux only; comment this line out for Mac
- pip:
- cloudpickle==0.5.2
- glfw
- gym[all]==0.10.5
- gitpython==2.1.7
- gtimer==1.0.0b5
- pygame==1.9.2
- box2d # Linux only; comment this line out for Mac
- box2d-kengz # Linux only; comment this line out for Mac
- tensorboardX==1.6
- click