sac_ae_if/conda_env.yml

20 lines
395 B
YAML
Raw Permalink Normal View History

2019-09-23 19:24:30 +00:00
name: pytorch_sac_ae
channels:
- defaults
dependencies:
2023-05-16 10:40:47 +00:00
- python=3.7
2019-09-23 19:24:30 +00:00
- pytorch
- torchvision
- cudatoolkit=9.2
2019-09-23 19:47:10 +00:00
- absl-py
2023-05-16 10:40:47 +00:00
- pyparsing < 3.0.0
2019-09-23 19:24:30 +00:00
- pip:
2019-09-23 19:47:10 +00:00
- termcolor
2023-05-16 10:40:47 +00:00
- git+https://github.com/deepmind/dm_control.git
- git+https://github.com/denisyarats/dmc2gym.git
2019-09-23 19:24:30 +00:00
- tb-nightly
2019-09-23 19:47:10 +00:00
- imageio
2020-01-09 19:14:03 +00:00
- imageio-ffmpeg
2023-05-17 10:57:47 +00:00
- scikit-image
- scikit-video
- opencv-python