Files
tdmpc2/docker/environment.yaml
Nicklas Hansen b67b21c5c6 first commit
2023-10-25 18:26:00 -07:00

68 lines
1.2 KiB
YAML

name: tdmpc2
channels:
- pytorch-nightly
- nvidia
- anaconda
- conda-forge
- defaults
dependencies:
- python=3.9.0
- pytorch
- torchvision
- cudatoolkit=11.7
- fluidsynth
- portaudio
- glew
- glib
- pillow
- pip
- pip:
- absl-py
- click
- cloudpickle
- gpustat
- glfw
- kornia
- termcolor
- gym==0.21.0
- pandas
- moviepy
- ffmpeg
- imageio
- imageio-ffmpeg
- lxml
- pyparsing
- omegaconf
- hydra-core
- hydra-submitit-launcher
- submitit
- patchelf
- protobuf
- scipy
- tqdm
- xmltodict
- transforms3d
- joblib
- scikit-image
- einops
- opencv-python
- opencv-contrib-python
- filelock
- sapien==2.2.1
- mani-skill2==0.4.1
- tabulate
- h5py
- trimesh
- open3d
- rtree
- seaborn
- mujoco==2.3.1
- mujoco-py==2.1.2.14
- dm-control
- plotly
- pyquaternion
- git+https://github.com/Farama-Foundation/Metaworld.git@04be337a12305e393c0caf0cbf5ec7755c7c8feb
# - myosuite # MyoSuite requires gym==0.13.0 which conflicts with Meta-World & ManiSkill2, install separately if needed
- tensordict-nightly
- torchrl-nightly