forked from RLE-Foundation/RLeXplore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
51 lines (51 loc) · 1.14 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
name: transfer_exploration_env
channels:
- defaults
dependencies:
- ca-certificates=2023.01.10
- certifi=2022.12.7
- openssl=1.1.1s
- pip=22.3.1
- python=3.8.10
- setuptools=65.6.3
- sqlite=3.40.1
- wheel=0.37.1
- pip:
- charset-normalizer==3.0.1
- cloudpickle==2.2.1
- contourpy==1.0.7
- cycler==0.11.0
- fonttools==4.38.0
- glfw==2.5.5
- gym==0.21.0
- gym-minigrid==1.0.3
- gym-notices==0.0.8
- gymnasium==0.27.1
- gymnasium-notices==0.0.1
- idna==3.4
- importlib-metadata==6.0.0
- jax-jumpy==0.2.0
- kiwisolver==1.4.4
- lockfile==0.12.2
- matplotlib==3.6.3
- minigrid==2.1.0
- numpy==1.24.1
- packaging==23.0
- pandas==1.5.3
- pillow==9.4.0
- pybullet==3.2.5
- pyglet==1.5.27
- pyparsing==3.0.9
- python-dateutil==2.8.2
- pytz==2022.7.1
- requests==2.28.2
- six==1.16.0
- stable-baselines3==1.6.0
- tensorboard==2.12.0
- torch==1.12.1
- torchaudio==0.12.1
- torchvision==0.13.1
- typing-extensions==4.4.0
- urllib3==1.26.14
- zipp==3.12.0
prefix: C:\Programs\Anaconda3\envs\transfer_exploration_env