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
|
2020-01-09 19:14:03 +00:00
|
|
|
- git+git://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
|