Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ReadMe.md

Here a list of tutorials on how to use MyoSuite

Requirements

You need to install Jupyter Notebooks with:

pip install jupyter

or you can jumpstart with ICRA2023 Colab Tutorial Open In Colab

Note: in case the kernel for the environent is not recognized, you can install it with the following commands:

pip install jupyter ipykernel
python -m ipykernel install --user --name= < name of the environment >

You can then remove it with:

jupyter kernelspec uninstall myosuite

You might need also to install ffmpeg to write videos to play them back in the notebooks. You can do it with

conda install conda-forge::ffmpeg

Tutorials

*For those tutorial, mjrl and gym==0.13 are needed. You can install them with pip install tabulate matplotlib torch gym==0.13 git+https://github.com/aravindr93/mjrl.git@pvr_beta_1vk