{% extends "page.html" %} {% block stylesheet %} {% endblock %} {% block site %}
Hugging Face Logo

MuJoCo + JupyterLab + Hugging Face = 🧡


You are currently looking at a HF Space template designed to run MuJoCo, a robot simulation platform.
Please duplicate this space to start training your robot! (note: make sure to use a Nvidia GPU)
You already duplicated it? Congratulation, you can now connect to your JupyterLab! The default password is: huggingface

{% if login_available %} {# login_available means password-login is allowed. Show the form. #}
{% else %}

{% trans %}No login available, you shouldn't be seeing this page.{% endtrans %}

{% endif %}
If you don't have the credentials for this Jupyter space, please duplicate it. Happy robot hacking!

This MuJoCo optimized Space was created by jbilcke-hf for the Hugging Face robot builder community 🫶

{% if message %}
{% for key in message %}
{{message[key]}}
{% endfor %}
{% endif %} {% if token_available %} {% block token_message %} {% endblock token_message %} {% endif %}
{% endblock %} {% block script %} {% endblock %}