Skip to content

Commit

Permalink
Adding pages, and navigation between pages
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean committed Oct 23, 2023
1 parent fa322d1 commit 3622177
Show file tree
Hide file tree
Showing 7 changed files with 1,513 additions and 5 deletions.
192 changes: 192 additions & 0 deletions _static/metaworld-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/mt10.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="introduction/installation/">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="introduction/basic_usage/">Basic Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="introduction/rendering/">Rendering</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down Expand Up @@ -277,15 +278,15 @@
<article role="main">

<figure class="farama-project-logo align-default">
<img alt="Metaworld Logo" src="_static/metaworld-text.png" />
<img alt="Metaworld Logo" src="_static/metaworld-text.svg" />
</figure>
<div class="docutils container">
<h2 class='farama-project-heading'>
Meta-World is an open-source simulated benchmark for meta-reinforcement learning and multi-task learning consisting of 50 distinct robotic manipulation tasks.
</h2>
</div>
<figure class="align-default">
<a class="reference internal image-reference" href="_static/REPLACE_ME.gif"><img alt="REPLACE ME" src="_static/REPLACE_ME.gif" style="width: 500px;" /></a>
<a class="reference internal image-reference" href="_static/mt10.gif"><img alt="REPLACE ME" src="_static/mt10.gif" style="width: 500px;" /></a>
</figure>
<p><strong>Basic example:</strong></p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">metaworld</span>
Expand Down Expand Up @@ -569,4 +570,4 @@ <h2 class='farama-project-heading'>
</script>

</body>
</html>
</html>
3 changes: 2 additions & 1 deletion introduction/basic_usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../installation/">Installation</a></li>
<li class="toctree-l1 current current-page"><a class="current reference internal" href="#">Basic Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../rendering/">Rendering</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down Expand Up @@ -727,4 +728,4 @@ <h2>Accessing Single Goal Environments<a class="headerlink" href="#accessing-sin
</script>

</body>
</html>
</html>
3 changes: 2 additions & 1 deletion introduction/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
<ul class="current">
<li class="toctree-l1 current current-page"><a class="current reference internal" href="#">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../basic_usage/">Basic Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="../rendering/">Rendering</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down Expand Up @@ -576,4 +577,4 @@ <h1>Installation<a class="headerlink" href="#installation" title="Link to this h
</script>

</body>
</html>
</html>
Loading

0 comments on commit 3622177

Please sign in to comment.