Skip to content

Instantly share code, notes, and snippets.

@ctmakro
Last active August 19, 2017 16:28
Show Gist options
  • Save ctmakro/51a3be11a193ace96aa735fcd5c1b668 to your computer and use it in GitHub Desktop.
Save ctmakro/51a3be11a193ace96aa735fcd5c1b668 to your computer and use it in GitHub Desktop.
batch script to initialize osim-rl on windows
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