-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment.yml
42 lines (42 loc) · 1.15 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
name: iqrl
channels:
- nvidia
- pytorch
- conda-forge
- anaconda
- menpo
dependencies:
- python=3.9
- pytorch=2.2.2 # This is overridden by post-install-amd.txt
- torchvision=0.17.2
- av # Needed for video logging with TorchRL
# - pytorch-cuda=12.1
# - pytorch-cuda=11.8
- tensorboard
- wandb=0.15
- hydra-core=1.3
- hydra-submitit-launcher=1.2
- hydra-colorlog=1.2
- imageio # For VideoRecorder in utils/video.py
- imageio-ffmpeg # needed for rendering
- ffmpeg # needed for rendering
- moviepy # For VideoRecorder in utils/video.py
- termcolor
# For mujoco
- glew
- mesalib
- mesa-libgl-cos6-x86_64
- glfw3
- seaborn
- matplotlib
- pip
- pip:
- numpy==1.26.4 # Needed to stop wandb raising numpy error
- torchrl==0.3.1
# TODO metaworld wants to use gymnasium==1.0.0a1
- git+https://github.com/Farama-Foundation/Metaworld.git@master#egg=metaworld==2.0.0
- jaxtyping==0.2.23 # Types with shapes for tensors
- dm_control==1.0.14 # Handles mujoco installation
- jaxtyping
- vector_quantize_pytorch==1.15.6 # This installs PyTorch (needs >2.0)
- tensordict==0.3.1