Skip to content

Commit

Permalink
Deploying to gh-pages from @ 08489b4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean committed Jul 29, 2024
1 parent b1b23ad commit 7ad2d7d
Show file tree
Hide file tree
Showing 14 changed files with 637 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 1178586ba33acea6c27a2c0c44ca4d01
config: 24995311f0aa60d9778ac74207ecd873
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
3 changes: 2 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="index" title="Index" href="/genindex/" /><link rel="search" title="Search" href="/search/" />
<link rel="canonical" href="https://metaworld.farama.org/404.html" />

<link rel="shortcut icon" href="/_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 -->
<link rel="shortcut icon" href="/_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 -->
<title>404 - Page Not Found - Metaworld Documentation</title>
<link rel="stylesheet" type="text/css" href="/_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="/_static/styles/furo.css?v=3e7f4c72" />
Expand Down Expand Up @@ -215,6 +215,7 @@
<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="/installation/installation/">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="/rendering/rendering/">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="/usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down
3 changes: 2 additions & 1 deletion README/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="index" title="Index" href="../genindex/" /><link rel="search" title="Search" href="../search/" />
<link rel="canonical" href="https://metaworld.farama.org/README.html" />

<link rel="shortcut icon" href="../_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 -->
<link rel="shortcut icon" href="../_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 -->
<title>Metaworld documentation - Metaworld Documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=3e7f4c72" />
Expand Down Expand Up @@ -215,6 +215,7 @@
<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="../installation/installation/">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../rendering/rendering/">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="../usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down
7 changes: 4 additions & 3 deletions _static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Search = {

htmlToText: (htmlString, anchor) => {
const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html');
for (const removalQuery of [".headerlinks", "script", "style"]) {
for (const removalQuery of [".headerlink", "script", "style"]) {
htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() });
}
if (anchor) {
Expand Down Expand Up @@ -328,13 +328,14 @@ const Search = {
for (const [title, foundTitles] of Object.entries(allTitles)) {
if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) {
for (const [file, id] of foundTitles) {
let score = Math.round(100 * queryLower.length / title.length)
const score = Math.round(Scorer.title * queryLower.length / title.length);
const boost = titles[file] === title ? 1 : 0; // add a boost for document titles
normalResults.push([
docNames[file],
titles[file] !== title ? `${titles[file]} > ${title}` : title,
id !== null ? "#" + id : "",
null,
score,
score + boost,
filenames[file],
]);
}
Expand Down
5 changes: 3 additions & 2 deletions citation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<meta property="og:type" content="website" />
<meta property="og:description" content="Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning" />
<meta property="og:url" content="https://metaworld.farama.org/citation.html" /><meta property="og:image" content="https://metaworld.farama.org/_static/img/metaworld_black-github.png" /><meta name="twitter:card" content="summary_large_image"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../genindex/" /><link rel="search" title="Search" href="../search/" /><link rel="prev" title="Rendering" href="../rendering/rendering/" />
<link rel="index" title="Index" href="../genindex/" /><link rel="search" title="Search" href="../search/" /><link rel="prev" title="Generate data with expert policies" href="../usage/basic_usage/" />
<link rel="canonical" href="https://metaworld.farama.org/citation.html" />

<link rel="shortcut icon" href="../_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 -->
<link rel="shortcut icon" href="../_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 -->
<title>Citation - Metaworld Documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=3e7f4c72" />
Expand Down Expand Up @@ -215,6 +215,7 @@
<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="../installation/installation/">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../rendering/rendering/">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="../usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul class="current">
Expand Down
3 changes: 2 additions & 1 deletion genindex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta property="og:url" content="https://metaworld.farama.org/genindex.html" /><meta property="og:image" content="https://metaworld.farama.org/_static/img/metaworld_black-github.png" /><meta name="twitter:card" content="summary_large_image"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="../search/" />
<link rel="canonical" href="https://metaworld.farama.org/genindex.html" />

<link rel="shortcut icon" href="../_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 --><title>Index - Metaworld Documentation</title>
<link rel="shortcut icon" href="../_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 --><title>Index - Metaworld Documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=3e7f4c72" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=49cbaffd" />
Expand Down Expand Up @@ -213,6 +213,7 @@
<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="../installation/installation/">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../rendering/rendering/">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="../usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="index" title="Index" href="genindex/" /><link rel="search" title="Search" href="search/" /><link rel="next" title="Basic Usage" href="introduction/basic_usage/" />
<link rel="canonical" href="https://metaworld.farama.org/index.html" />

<link rel="shortcut icon" href="_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 -->
<link rel="shortcut icon" href="_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 -->
<title>Metaworld Documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=3e7f4c72" />
Expand Down Expand Up @@ -215,6 +215,7 @@
<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="installation/installation/">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="rendering/rendering/">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down Expand Up @@ -278,7 +279,8 @@
<article role="main">

<figure class="farama-project-logo align-default">
<img alt="Metaworld Logo" src="_images/metaworld-text.svg" /></figure>
<img alt="Metaworld Logo" src="_images/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.
Expand Down
3 changes: 2 additions & 1 deletion installation/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="index" title="Index" href="../../genindex/" /><link rel="search" title="Search" href="../../search/" /><link rel="next" title="Rendering" href="../../rendering/rendering/" /><link rel="prev" title="Basic Usage" href="../../introduction/basic_usage/" />
<link rel="canonical" href="https://metaworld.farama.org/installation/installation.html" />

<link rel="shortcut icon" href="../../_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 -->
<link rel="shortcut icon" href="../../_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 -->
<title>Installation - Metaworld Documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=3e7f4c72" />
Expand Down Expand Up @@ -215,6 +215,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../introduction/basic_usage/">Basic Usage</a></li>
<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="../../rendering/rendering/">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down
3 changes: 2 additions & 1 deletion introduction/basic_usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="index" title="Index" href="../../genindex/" /><link rel="search" title="Search" href="../../search/" /><link rel="next" title="Installation" href="../../installation/installation/" /><link rel="prev" title="&lt;no title&gt;" href="../../" />
<link rel="canonical" href="https://metaworld.farama.org/introduction/basic_usage.html" />

<link rel="shortcut icon" href="../../_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 -->
<link rel="shortcut icon" href="../../_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 -->
<title>Basic Usage - Metaworld Documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=3e7f4c72" />
Expand Down Expand Up @@ -215,6 +215,7 @@
<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="../../installation/installation/">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../rendering/rendering/">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down
6 changes: 3 additions & 3 deletions objects.inv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Project: Metaworld
# Version:
# The remainder of this file is compressed using zlib.
x�}R͊�0��)�J\�i�u����Yb2�@L$����&���{��|?� �'5R��I�>���<P�V4G�r�Ul��}��%7w8����y� �- ��2�sRj��E����
�4#Nh��r�I��)�L��d�+���1ٹ,J���4�]E3�N�� �D��؆��q�y*��
vqjd����v��`�c��#���7(=��m�++�;s��) (�<G��}��g`�X�2
x�}R�j�0 ��)���4Fa?�ء�t�<\[$��B۷�]'���]lIߏ,�zQC ������E���D��uk�[����ͪ��
��89oD�?�%A�Y&uJ�X��:D�A����f�M"�U�b7��O�i2��` aLv.�Rp��ZܲhFީ^^��Z~�!�b�5����J ;:53Yw�F �.�f,�$� �q���c����������c�
/�i�\���X��J���Ѣ�� 8ij�z��-5��1�i
Expand Down
9 changes: 5 additions & 4 deletions rendering/rendering/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<meta property="og:type" content="website" />
<meta property="og:description" content="Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning" />
<meta property="og:url" content="https://metaworld.farama.org/rendering/rendering.html" /><meta property="og:image" content="https://metaworld.farama.org/_static/img/metaworld_black-github.png" /><meta name="twitter:card" content="summary_large_image"><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="index" title="Index" href="../../genindex/" /><link rel="search" title="Search" href="../../search/" /><link rel="next" title="Citation" href="../../citation/" /><link rel="prev" title="Installation" href="../../installation/installation/" />
<link rel="index" title="Index" href="../../genindex/" /><link rel="search" title="Search" href="../../search/" /><link rel="next" title="Generate data with expert policies" href="../../usage/basic_usage/" /><link rel="prev" title="Installation" href="../../installation/installation/" />
<link rel="canonical" href="https://metaworld.farama.org/rendering/rendering.html" />

<link rel="shortcut icon" href="../../_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 -->
<link rel="shortcut icon" href="../../_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 -->
<title>Rendering - Metaworld Documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/furo.css?v=3e7f4c72" />
Expand Down Expand Up @@ -215,6 +215,7 @@
<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="../../installation/installation/">Installation</a></li>
<li class="toctree-l1 current current-page"><a class="current reference internal" href="#">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down Expand Up @@ -327,12 +328,12 @@ <h2>Render from a specific camera<a class="headerlink" href="#render-from-a-spec
<footer>

<div class="related-pages">
<a class="next-page" href="../../citation/">
<a class="next-page" href="../../usage/basic_usage/">
<div class="page-info">
<div class="context">
<span>Next</span>
</div>
<div class="title">Citation</div>
<div class="title">Generate data with expert policies</div>
</div>
<svg class="furo-related-icon">
<use href="#svg-arrow-right"></use>
Expand Down
3 changes: 2 additions & 1 deletion search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta property="og:url" content="https://metaworld.farama.org/search.html" /><meta property="og:image" content="https://metaworld.farama.org/_static/img/metaworld_black-github.png" /><meta name="twitter:card" content="summary_large_image"><link rel="index" title="Index" href="../genindex/" /><link rel="search" title="Search" href="#" />
<link rel="canonical" href="https://metaworld.farama.org/search.html" />

<link rel="shortcut icon" href="../_static/favicon.svg"/><!-- Generated with Sphinx 7.3.7 and Furo 2023.08.19.dev1 --><title>Search - Metaworld Documentation</title><link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="shortcut icon" href="../_static/favicon.svg"/><!-- Generated with Sphinx 7.4.7 and Furo 2023.08.19.dev1 --><title>Search - Metaworld Documentation</title><link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=3e7f4c72" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=49cbaffd" />

Expand Down Expand Up @@ -212,6 +212,7 @@
<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="../installation/installation/">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../rendering/rendering/">Rendering</a></li>
<li class="toctree-l1"><a class="reference internal" href="../usage/basic_usage/">Generate data with expert policies</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
Expand Down
Loading

0 comments on commit 7ad2d7d

Please sign in to comment.