rsnt_translations
56,430
edits
No edit summary |
|||
Line 37: | Line 37: | ||
<!--T:11--> | <!--T:11--> | ||
After using <code>module</code> to load the desired Python version, you should set up a clean virtual environment: | 1. After using <code>module</code> to load the desired Python version, you should set up a clean virtual environment: | ||
<!--T:12--> | <!--T:12--> | ||
Line 45: | Line 45: | ||
|source mujoco_env/bin/activate | |source mujoco_env/bin/activate | ||
}} | }} | ||
2. Install the <code>mujoco_py</code> module. | |||
{{Command | {{Command | ||
|prompt=(mujoco_env) [name@server $] | |prompt=(mujoco_env) [name@server $] | ||
Line 52: | Line 52: | ||
<!--T:13--> | <!--T:13--> | ||
3. Patch the paths with setrpaths.sh. Use the appropriate python version in the commands below if it is not 3.5: | |||
<!--T:14--> | <!--T:14--> | ||
Line 63: | Line 63: | ||
<!--T:15--> | <!--T:15--> | ||
4. Run the following command: | |||
<!--T:16--> | <!--T:16--> |