-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
50 lines (50 loc) · 855 Bytes
/
environment.yaml
File metadata and controls
50 lines (50 loc) · 855 Bytes
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
name: ood_sim
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python==3.10.14
- cudatoolkit=11.8
- pytorch-cuda=11.8
- torchvision
- cmake
- pybind11
- py
- pip
- mesalib # neede for offline renderer on hyak
# for diffusion
- dill
- einops
- zarr
- threadpoolctl=3.1.0
- av
- diffusers
- pip:
- gymnasium
- mujoco==3.0.0
- dm-robotics-moma
- mujoco-python-viewer
- hydra-core==1.3.2
- wandb
- tensorboard
- stable_baselines3[extra]
- submitit
- hydra-submitit-launcher
- moviepy
- imageio
- tabulate
- gym==0.26.2
- imagecodecs
- gitpython
- dvc[ssh]
# stable contrastive jax stuff
# - jax[cuda12]
# - flax
# - optax
# - chex
# - tensorflow
# - tf-keras
# - overrides
# - ml_collections