pytorch version

This commit is contained in:
Kolesnikov Sergey
2017-11-15 22:18:46 +03:00
parent 34993abdf7
commit 7401266fe7
49 changed files with 5435 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
conda upgrade pip -y && \
conda install -c conda-forge lapack git -y && \
conda install ipython libgcc -y && \
conda install pytorch torchvision -c soumith -y && \
pip install tensorflow==1.3.0 gym mpi4py && \
pip install git+https://github.com/stanfordnmbl/osim-rl.git