mirror of
https://github.com/wassname/Run-Skeleton-Run.git
synced 2026-06-28 00:42:06 +08:00
7 lines
287 B
Bash
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 |