mirror of
https://github.com/wassname/Run-Skeleton-Run.git
synced 2026-06-27 17:46:45 +08:00
pytorch version
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user