Files
Kolesnikov Sergey 7401266fe7 pytorch version
2017-11-15 22:18:46 +03:00

7 lines
287 B
Bash

#!/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 && \
pip install git+https://github.com/stanfordnmbl/osim-rl.git