From 623dd6241ab6b3b7cf2945a25d9d30fbbe92d2c9 Mon Sep 17 00:00:00 2001 From: Denis Yarats Date: Mon, 23 Sep 2019 12:47:10 -0700 Subject: [PATCH] update env --- conda_env.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/conda_env.yml b/conda_env.yml index 2356ac2..f47a2b9 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -6,10 +6,12 @@ dependencies: - pytorch - torchvision - cudatoolkit=9.2 + - absl-py + - pyparsing - pip: - - colored - - absl-py + - termcolor - git+git://github.com/deepmind/dm_control.git - git+git://github.com/1nadequacy/dmc2gym.git - tb-nightly - - imageio \ No newline at end of file + - imageio + - imageio-ffmpeg \ No newline at end of file