forked from AIcrowd/neurips2019-learning-to-move-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment.yml
66 lines (66 loc) · 1.4 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
name: opensim-rl
channels:
- kidzik
- conda-forge
- defaults
dependencies:
- ca-certificates=2019.3.9
- certifi=2019.3.9
- curl=7.61.0
- expat=2.2.5
- freeglut=3.0.0
- git=2.18.0
- krb5=1.14.6
- lapack=3.6.1
- libgcc-ng=8.2.0
- libgfortran=3.0.0
- libiconv=1.15
- libssh2=1.8.0
- libstdcxx-ng=8.2.0
- openblas=0.2.19
- opensim=4.0.0
- openssl=1.0.2r
- pip=19.1.1
- python=3.6.1
- readline=6.2
- setuptools=41.0.1
- sqlite=3.13.0
- tk
- wheel=0.33.4
- xz=5.2.4
- zlib=1.2.11
- pip:
- aicrowd-repo2docker==0.7.0
- chardet==3.0.4
- crowdai-api==0.1.21
- cycler==0.10.0
- decorator==4.4.0
- docker==4.0.1
- escapism==1.0.0
- future==0.17.1
- gym==0.12.5
- idna==2.8
- ipython-genutils==0.2.0
- jinja2==2.10.1
- kiwisolver==1.1.0
- markupsafe==1.1.1
- matplotlib==3.1.0
- msgpack==0.6.1
- msgpack-numpy==0.4.4.3
- numpy==1.16.4
- osim-rl==3.0.11
- pyglet==1.3.2
- pyparsing==2.4.0
- python-dateutil==2.8.0
- python-gitlab==1.8.0
- python-json-logger==0.1.11
- redis==3.2.1
- requests==2.22.0
- ruamel-yaml==0.15.96
- scipy==1.3.0
- six==1.12.0
- timeout-decorator==0.4.1
- traitlets==4.3.2
- urllib3==1.25.3
- websocket-client==0.56.0
prefix: /home/mohanty/anaconda3/envs/opensim-rl