sac_ae_if/conda_env.yml

17 lines
324 B
YAML
Raw Normal View History

2019-09-23 19:24:30 +00:00
name: pytorch_sac_ae
channels:
- defaults
dependencies:
- python=3.6
- pytorch
- torchvision
- cudatoolkit=9.2
2019-09-23 19:47:10 +00:00
- absl-py
- pyparsing
2019-09-23 19:24:30 +00:00
- pip:
2019-09-23 19:47:10 +00:00
- termcolor
2019-09-23 19:24:30 +00:00
- git+git://github.com/deepmind/dm_control.git
- git+git://github.com/1nadequacy/dmc2gym.git
- tb-nightly
2019-09-23 19:47:10 +00:00
- imageio
- imageio-ffmpeg