-
Notifications
You must be signed in to change notification settings - Fork 11
/
conda_env.yml
38 lines (38 loc) · 891 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
33
34
35
36
37
38
name: fish
channels:
- defaults
dependencies:
- python=3.8
- pip=21.1.3
- numpy #=1.19.2
- absl-py=0.13.0
- pyparsing=2.4.7
- jupyterlab=3.0.14
- scikit-image=0.18.1
- nvidia::cudatoolkit=11.3
- pytorch::pytorch
- pytorch::torchvision
- pytorch::torchaudio
- pip:
- protobuf==3.20.1
- termcolor==1.1.0
- git+https://github.com/openai/mujoco-py
- dm_control
- gym==0.22.0
# - git+https://github.com/rlworkgroup/metaworld.git@master#egg=metaworld
- tb-nightly
- imageio==2.9.0
- imageio-ffmpeg==0.4.4
- hydra-core==1.1.0
- hydra-submitit-launcher==1.1.5
- pandas==1.3.0
- ipdb==0.13.9
- yapf==0.31.0
- sklearn==0.0
- matplotlib==3.4.2
- opencv-python==4.5.3.56
- POT==0.7.0
- pygame==2.1.2
- git+https://github.com/xArm-Developer/xArm-Python-SDK.git
- pyrealsense2
- byol-pytorch