You need to install Jupyter Notebooks with:
pip install jupyter
or you can jumpstart with ICRA2023 Colab Tutorial
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
deprl
is needed. You can install it with pip install deprl
stable-baselines3
is needed. You can install it with pip install stable-baselines
osqp
, matplotlib
and pandas
are needed. You can install it with pip install osqp matplotlib pandas
*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