Skip to content

Commit

Permalink
Update links.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Jan 16, 2025
1 parent 5cc0322 commit c7adcd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file added assets/playground_technical_report.pdf
Binary file not shown.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,11 @@ <h1>🛝 MuJoCo Playground</h1>
</p>

<div class="links">
<a href="#">📄 paper</a>
<a href="#">💻 code</a>
<a href="#">🔗 colab</a>
<a href="assets/playground_technical_report.pdf" target="_blank">📄 paper</a>
<a href="https://github.com/google-deepmind/mujoco_playground/" target="_blank">💻 code</a>
<a href="https://colab.research.google.com/github/google-deepmind/mujoco_playground/blob/main/learning/notebooks/dm_control_suite.ipynb" target="_blank">📕 starter colab</a>
<a href="https://colab.research.google.com/github/google-deepmind/mujoco_playground/blob/main/learning/notebooks/locomotion.ipynb" target="_blank">📗 locomotion colab</a>
<a href="https://colab.research.google.com/github/google-deepmind/mujoco_playground/blob/main/learning/notebooks/manipulation.ipynb" target="_blank">📘 manipulation colab</a>
</div>

<img src="assets/teaser.jpeg" alt="Teaser" style="width: 100%;" />
Expand Down

0 comments on commit c7adcd4

Please sign in to comment.