-
Notifications
You must be signed in to change notification settings - Fork 3
/
env.yml
39 lines (39 loc) · 852 Bytes
/
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
39
name: data4robotics
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python ==3.9
- pytorch=2.0.1=py3.9_cuda11.8_cudnn8.7.0_0
- torchvision
- pytorch-cuda=11.8
- cmake=3.22.1=h1fce559_0
- numpy
- pandas
- plotly
- pip
- pytest==7.3.1
- scipy
- tqdm
- patchelf
- pip:
- transforms3d
- opencv-python
- hydra-ray-launcher==1.2.0
- hydra-core==1.2.0
- hydra-submitit-launcher==1.2.0
- wandb==0.13.4
- timm==0.6.11
- gym==0.23.1
- huggingface-hub==0.12.1
- dm-control==1.0.10
- dm-env==1.6
- dm-tree==0.1.8
- cloudpickle==2.0.0
- mujoco==2.3.2
- imageio==2.22.1
- imageio-ffmpeg==0.4.7
- diffusers==0.25.0
- pre-commit == 3.3.3