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