Last active
August 19, 2017 16:28
-
-
Save ctmakro/51a3be11a193ace96aa735fcd5c1b668 to your computer and use it in GitHub Desktop.
batch script to initialize osim-rl on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM make sure you have miniconda installed | |
cd c:\ | |
conda create -n osrl -c kidzik opensim git python=2.7 | |
activate osrl | |
git clone https://github.com/stanfordnmbl/osim-rl | |
git clone https://github.com/ctmakro/stanford-osrl | |
pip install pyro4 pymsgbox | |
pip install -e ./osim-rl | |
python ./stanford-osrl/farm.py | |
deactivate osrl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment