sac_ae_if/conda_env.yml
2020-01-09 14:14:03 -05:00

18 lines
326 B
YAML

name: pytorch_sac_ae
channels:
- defaults
dependencies:
- python=3.6
- pytorch
- torchvision
- cudatoolkit=9.2
- absl-py
- pyparsing
- pip:
- termcolor
- git+git://github.com/deepmind/dm_control.git
- git+git://github.com/denisyarats/dmc2gym.git
- tb-nightly
- imageio
- imageio-ffmpeg