Skip to content

Commit

Permalink
reducing unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 26, 2020
1 parent 0708f00 commit 81d3e07
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 140 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ dmypy.json
# Results
results/
MUJOCO_LOG.TXT
test.py
104 changes: 61 additions & 43 deletions conda_env.yml
Original file line number Diff line number Diff line change
@@ -1,68 +1,86 @@
name: planet
channels:
name: dreamer
channe:
- pytorch
- defaults
- conda-forge
dependencies:
- _libgcc_mutex=0.1=main
- _pytorch_select=0.1=cpu_0
- astroid=2.4.2=py38_0
- blas=1.0=mkl
- ca-certificates=2020.1.1=0
- certifi=2019.11.28=py37_1
- cffi=1.14.0=py37h2e261b9_0
- cudatoolkit=10.1.243=h6bb024c_0
- cudnn=7.6.5=cuda10.1_0
- freetype=2.9.1=h8a8886c_1
- intel-openmp=2020.0=166
- jpeg=9b=h024ee3a_2
- certifi=2020.4.5.2=py38_0
- cudatoolkit=10.2.89=hfd86e86_1
- intel-openmp=2020.1=217
- isort=4.3.21=py38_0
- lazy-object-proxy=1.4.3=py38h7b6447c_0
- ld_impl_linux-64=2.33.1=h53a641e_7
- libedit=3.1.20181209=hc058e9b_0
- libffi=3.2.1=hd88cf55_4
- libffi=3.3=he6710b0_1
- libgcc-ng=9.1.0=hdf63c60_0
- libgfortran-ng=7.3.0=hdf63c60_0
- libpng=1.6.37=hbc83047_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- libtiff=4.1.0=h2733197_0
- mkl=2020.0=166
- mkl-service=2.3.0=py37he904b0f_0
- mkl_fft=1.0.15=py37ha843d7b_0
- mkl_random=1.1.0=py37hd6b4f25_0
- ncurses=6.2=he6710b0_0
- ninja=1.9.0=py37hfd86e86_0
- numpy=1.18.1=py37h4f9e942_0
- numpy-base=1.18.1=py37hde5b4d6_1
- olefile=0.46=py37_0
- openssl=1.1.1f=h7b6447c_0
- pip=20.0.2=py37_1
- plotly=4.5.2=py_0
- pycparser=2.20=py_0
- python=3.7.7=hcf32534_0_cpython
- pytorch=1.3.1=cpu_py37h62f834f_0
- mccabe=0.6.1=py38_1
- mkl=2020.1=217
- mkl-service=2.3.0=py38he904b0f_0
- mkl_fft=1.0.15=py38ha843d7b_0
- mkl_random=1.1.1=py38h0573a6f_0
- ncurses=6.2=he6710b0_1
- ninja=1.9.0=py38hfd86e86_0
- numpy=1.18.1=py38h4f9e942_0
- numpy-base=1.18.1=py38hde5b4d6_1
- openssl=1.1.1g=h7b6447c_0
- pip=20.0.2=py38_3
- plotly=4.8.1=py_0
- pylint=2.5.3=py38_0
- python=3.8.3=hcff3b4d_0
- pytorch=1.5.0=py3.8_cuda10.2.89_cudnn7.6.5_0
- readline=8.0=h7b6447c_0
- retrying=1.3.3=py_2
- setuptools=46.1.3=py37_0
- six=1.14.0=py37_0
- sqlite=3.31.1=h7b6447c_0
- setuptools=47.1.1=py38_0
- six=1.15.0=py_0
- sqlite=3.31.1=h62c20be_1
- tk=8.6.8=hbc83047_0
- torchvision=0.4.2=cpu_py37h9ec355b_0
- tqdm=4.44.1=py_0
- wheel=0.34.2=py37_0
- xz=5.2.4=h14c3975_4
- toml=0.10.0=py_0
- tqdm=4.46.0=py_0
- wheel=0.34.2=py38_0
- wrapt=1.11.2=py38h7b6447c_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- zstd=1.3.7=h0b5b093_0
- pip:
- absl-py==0.9.0
- cachetools==4.1.0
- chardet==3.0.4
- cloudpickle==1.3.0
- dm-control==0.0.300771433
- dm-env==1.2
- dm-tree==0.1.4
- dm-tree==0.1.5
- future==0.18.2
- glfw==1.11.0
- gym==0.17.1
- lxml==4.5.0
- opencv-python==4.2.0.32
- pillow==6.1.0
- glfw==1.11.2
- google-auth==1.18.0
- google-auth-oauthlib==0.4.1
- grpcio==1.29.0
- gym==0.17.2
- idna==2.9
- lxml==4.5.1
- markdown==3.2.2
- oauthlib==3.1.0
- opencv-python==4.2.0.34
- pillow==7.1.2
- protobuf==3.12.2
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pyglet==1.5.0
- pyopengl==3.1.5
- pyparsing==2.4.6
- pyparsing==2.4.7
- requests==2.24.0
- requests-oauthlib==1.3.0
- rsa==4.6
- scipy==1.4.1
- tb-nightly==2.3.0a20200620
- tensorboard-plugin-wit==1.6.0.post3
- tensorboardx==2.0
- torchvision==0.6.0
- urllib3==1.25.9
- werkzeug==1.0.1
prefix: /home/demo/miniconda3/envs/planet

10 changes: 0 additions & 10 deletions environment.yml

This file was deleted.

87 changes: 0 additions & 87 deletions test.py

This file was deleted.

0 comments on commit 81d3e07

Please sign in to comment.