diff --git a/.buildinfo b/.buildinfo index feaf39fe2..aa2376c11 100644 --- a/.buildinfo +++ b/.buildinfo @@ -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: 5eda8aa819ae04e581ce4cd904860d87 +config: a27627f7907dd70610d1db537a8cb033 tags: d77d1c0d9ca2f4c8421862c7c5a0d620 diff --git a/404.html b/404.html index eab66e216..0dab4870d 100644 --- a/404.html +++ b/404.html @@ -6,12 +6,11 @@ - + 404 - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/README/index.html b/README/index.html index dca222eed..879f3ed55 100644 --- a/README/index.html +++ b/README/index.html @@ -6,12 +6,11 @@ - + Gymnasium-docs - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/_static/css/custom.css b/_static/css/custom.css deleted file mode 100644 index 4aabc77fc..000000000 --- a/_static/css/custom.css +++ /dev/null @@ -1,97 +0,0 @@ -h1 { - font-size: 2.25rem; -} - -h2 { - font-size: 1.75rem; -} - -h3 { - font-size: 1.45rem; -} - -.cookie_alert { - position: fixed; - display: flex; - width: 100%; - min-height: 70px; - background-color: var(--color-background-secondary); - color: var(--color-foreground-primary); - border-top: 1px solid var(--color-background-border); - bottom: 0; - left: 0; - z-index: 99999; -} - -.cookie_container { - display: flex; - align-items: center; - width: 700px; - max-width: calc(100% - 28px); - margin: auto; -} - -.cookie_alert p { - flex: 1; -} - -.cookie_alert button { - background-color: transparent; - border: none; - width: 26px; - height: 26px; - padding: 0; - cursor: pointer; -} - -.cookie_alert button svg .cls-1 { - stroke: var(--color-foreground-primary); -} - -.cookie_alert button svg { - width: 100%; -} - -.sidebar-logo-container { - display: flex; - height: 100px; -} - -/*======================= -Envinronments grid -========================*/ -.env-grid { - display: flex; - flex-wrap: wrap; - justify-content: center; - width: 100%; - box-sizing: border-box; -} -.env-grid__cell { - display: flex; - flex-direction: column; - width: 180px; - height: 180px; - padding: 10px; -} -.cell__image-container { - display: flex; - height: 148px; - justify-content: center; -} -.cell__image-container img { - max-height: 100%; -} -.cell__title { - display: flex; - justify-content: center; - text-align: center; - align-items: flex-end; - height: 32px; - line-height: 16px; -} -.more-btn { - width: 240px; - margin: 12px auto; - display: block; -} \ No newline at end of file diff --git a/_static/css/env_pages.css b/_static/css/env_pages.css deleted file mode 100644 index 6d3f1efb5..000000000 --- a/_static/css/env_pages.css +++ /dev/null @@ -1,35 +0,0 @@ -.env-grid { - display: flex; - flex-wrap: wrap; - justify-content: center; - width: 100%; - box-sizing: border-box; -} -.env-grid__cell { - display: flex; - flex-direction: column; - width: 180px; - height: 180px; - padding: 10px; -} -.cell__image-container { - display: flex; - height: 148px; - justify-content: center; -} -.cell__image-container img { - max-height: 100%; -} -.cell__title { - display: flex; - justify-content: center; - text-align: center; - align-items: flex-end; - height: 32px; - line-height: 16px; -} -.more-btn { - width: 240px; - margin: 12px auto; - display: block; -} \ No newline at end of file diff --git a/_static/debug.css b/_static/debug.css index 3264805cc..74d4aec33 100644 --- a/_static/debug.css +++ b/_static/debug.css @@ -64,6 +64,6 @@ body { .sb-footer__inner { background: salmon; } -[role="main"] { +.sb-article { background: white; } diff --git a/_static/img/farama_solid_white.svg b/_static/img/farama_solid_white.svg new file mode 100644 index 000000000..09b284ff7 --- /dev/null +++ b/_static/img/farama_solid_white.svg @@ -0,0 +1,95 @@ + + + + diff --git a/_static/scripts/furo-extensions.js b/_static/scripts/furo-extensions.js deleted file mode 100644 index e69de29bb..000000000 diff --git a/_static/scripts/furo.js.LICENSE.txt b/_static/scripts/furo.js.LICENSE.txt deleted file mode 100644 index 1632189c7..000000000 --- a/_static/scripts/furo.js.LICENSE.txt +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * gumshoejs v5.1.2 (patched by @pradyunsg) - * A simple, framework-agnostic scrollspy script. - * (c) 2019 Chris Ferdinandi - * MIT License - * http://github.com/cferdinandi/gumshoe - */ diff --git a/_static/skeleton.css b/_static/skeleton.css index 012311671..467c878c6 100644 --- a/_static/skeleton.css +++ b/_static/skeleton.css @@ -143,19 +143,19 @@ article { .sb-article-container, .sb-footer-content__inner, -.drop-secondary-sidebar-for-full-width-content [role="main"], +.drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 100vw; } -[role="main"], +.sb-article, .match-content-width { padding: 0 1rem; box-sizing: border-box; } @media (min-width: 32rem) { - [role="main"], + .sb-article, .match-content-width { padding: 0 2rem; } @@ -167,33 +167,33 @@ article { width: auto; } .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 42rem; } - [role="main"], + .sb-article, .match-content-width { width: 42rem; } } @media (min-width: 46rem) { .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 46rem; } - [role="main"], + .sb-article, .match-content-width { width: 46rem; } } @media (min-width: 50rem) { .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 50rem; } - [role="main"], + .sb-article, .match-content-width { width: 50rem; } @@ -208,33 +208,33 @@ article { display: none !important; } .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 59rem; } - [role="main"], + .sb-article, .match-content-width { width: 42rem; } } @media (min-width: 63rem) { .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 63rem; } - [role="main"], + .sb-article, .match-content-width { width: 46rem; } } @media (min-width: 67rem) { .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 67rem; } - [role="main"], + .sb-article, .match-content-width { width: 50rem; } @@ -249,11 +249,11 @@ article { display: none !important; } .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 59rem; } - [role="main"], + .sb-article, .match-content-width { width: 42rem; } @@ -261,24 +261,24 @@ article { /* Full desktop views */ @media (min-width: 80rem) { - [role="main"], + .sb-article, .match-content-width { width: 46rem; } .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 63rem; } } @media (min-width: 84rem) { - [role="main"], + .sb-article, .match-content-width { width: 50rem; } .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 67rem; } @@ -286,7 +286,7 @@ article { @media (min-width: 88rem) { .sb-footer-content__inner, - .drop-secondary-sidebar-for-full-width-content [role="main"], + .drop-secondary-sidebar-for-full-width-content .sb-article, .drop-secondary-sidebar-for-full-width-content .match-content-width { width: 67rem; } diff --git a/_static/styles/furo-extensions.css b/_static/styles/furo-extensions.css index bc447f228..2ac25c650 100644 --- a/_static/styles/furo-extensions.css +++ b/_static/styles/furo-extensions.css @@ -1,2 +1,2 @@ -#furo-sidebar-ad-placement{padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)}#furo-sidebar-ad-placement .ethical-sidebar{background:var(--color-background-secondary);border:none;box-shadow:none}#furo-sidebar-ad-placement .ethical-sidebar:hover{background:var(--color-background-hover)}#furo-sidebar-ad-placement .ethical-sidebar a{color:var(--color-foreground-primary)}#furo-sidebar-ad-placement .ethical-callout a{color:var(--color-foreground-secondary)!important}#furo-readthedocs-versions{background:transparent;display:block;position:static;width:100%}#furo-readthedocs-versions .rst-versions{background:#1a1c1e}#furo-readthedocs-versions .rst-current-version{background:var(--color-sidebar-item-background);cursor:unset}#furo-readthedocs-versions .rst-current-version:hover{background:var(--color-sidebar-item-background)}#furo-readthedocs-versions .rst-current-version .fa-book{color:var(--color-foreground-primary)}#furo-readthedocs-versions>.rst-other-versions{padding:0}#furo-readthedocs-versions>.rst-other-versions small{opacity:1}#furo-readthedocs-versions .injected .rst-versions{position:unset}#furo-readthedocs-versions:focus-within,#furo-readthedocs-versions:hover{box-shadow:0 0 0 1px var(--color-sidebar-background-border)}#furo-readthedocs-versions:focus-within .rst-current-version,#furo-readthedocs-versions:hover .rst-current-version{background:#1a1c1e;font-size:inherit;height:auto;line-height:inherit;padding:12px;text-align:right}#furo-readthedocs-versions:focus-within .rst-current-version .fa-book,#furo-readthedocs-versions:hover .rst-current-version .fa-book{color:#fff;float:left}#furo-readthedocs-versions:focus-within .fa-caret-down,#furo-readthedocs-versions:hover .fa-caret-down{display:none}#furo-readthedocs-versions:focus-within .injected,#furo-readthedocs-versions:focus-within .rst-current-version,#furo-readthedocs-versions:focus-within .rst-other-versions,#furo-readthedocs-versions:hover .injected,#furo-readthedocs-versions:hover .rst-current-version,#furo-readthedocs-versions:hover .rst-other-versions{display:block}#furo-readthedocs-versions:focus-within>.rst-current-version,#furo-readthedocs-versions:hover>.rst-current-version{display:none}.highlight:hover button.copybtn{color:var(--color-code-foreground)}.highlight button.copybtn{align-items:center;background-color:var(--color-code-background);border:none;color:var(--color-background-item);cursor:pointer;height:1.25em;opacity:1;right:.5rem;top:.625rem;transition:color .3s,opacity .3s;width:1.25em}.highlight button.copybtn:hover{background-color:var(--color-code-background);color:var(--color-brand-content)}.highlight button.copybtn:after{background-color:transparent;color:var(--color-code-foreground);display:none}.highlight button.copybtn.success{color:#22863a;transition:color 0ms}.highlight button.copybtn.success:after{display:block}.highlight button.copybtn svg{padding:0}body{--sd-color-primary:var(--color-brand-primary);--sd-color-primary-highlight:var(--color-brand-content);--sd-color-primary-text:var(--color-background-primary);--sd-color-shadow:rgba(0,0,0,.05);--sd-color-card-border:var(--color-card-border);--sd-color-card-border-hover:var(--color-brand-content);--sd-color-card-background:var(--color-card-background);--sd-color-card-text:var(--color-foreground-primary);--sd-color-card-header:var(--color-card-marginals-background);--sd-color-card-footer:var(--color-card-marginals-background);--sd-color-tabs-label-active:var(--color-brand-content);--sd-color-tabs-label-hover:var(--color-foreground-muted);--sd-color-tabs-label-inactive:var(--color-foreground-muted);--sd-color-tabs-underline-active:var(--color-brand-content);--sd-color-tabs-underline-hover:var(--color-foreground-border);--sd-color-tabs-underline-inactive:var(--color-background-border);--sd-color-tabs-overline:var(--color-background-border);--sd-color-tabs-underline:var(--color-background-border)}.sd-tab-content{box-shadow:0 -2px var(--sd-color-tabs-overline),0 1px var(--sd-color-tabs-underline)}.sd-card{box-shadow:0 .1rem .25rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)}.sd-shadow-sm{box-shadow:0 .1rem .25rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-shadow-md{box-shadow:0 .3rem .75rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-shadow-lg{box-shadow:0 .6rem 1.5rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-card-hover:hover{transform:none}.sd-cards-carousel{gap:.25rem;padding:.25rem}body{--tabs--label-text:var(--color-foreground-muted);--tabs--label-text--hover:var(--color-foreground-muted);--tabs--label-text--active:var(--color-brand-content);--tabs--label-text--active--hover:var(--color-brand-content);--tabs--label-background:transparent;--tabs--label-background--hover:transparent;--tabs--label-background--active:transparent;--tabs--label-background--active--hover:transparent;--tabs--padding-x:0.25em;--tabs--margin-x:1em;--tabs--border:var(--color-background-border);--tabs--label-border:transparent;--tabs--label-border--hover:var(--color-foreground-muted);--tabs--label-border--active:var(--color-brand-content);--tabs--label-border--active--hover:var(--color-brand-content)}[role=main] .container{max-width:none;padding-left:0;padding-right:0}.shadow.docutils{border:none;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1)!important}.sphinx-bs .card{background-color:var(--color-background-secondary);color:var(--color-foreground)} +#furo-sidebar-ad-placement{padding:var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)}#furo-sidebar-ad-placement .ethical-sidebar{background:var(--color-background-secondary);border:none;box-shadow:none}#furo-sidebar-ad-placement .ethical-sidebar:hover{background:var(--color-background-hover)}#furo-sidebar-ad-placement .ethical-sidebar a{color:var(--color-foreground-primary)}#furo-sidebar-ad-placement .ethical-callout a{color:var(--color-foreground-secondary)!important}#furo-readthedocs-versions{background:transparent;display:block;position:static;width:100%}#furo-readthedocs-versions .rst-versions{background:#1a1c1e}#furo-readthedocs-versions .rst-current-version{background:var(--color-sidebar-item-background);cursor:unset}#furo-readthedocs-versions .rst-current-version:hover{background:var(--color-sidebar-item-background)}#furo-readthedocs-versions .rst-current-version .fa-book{color:var(--color-foreground-primary)}#furo-readthedocs-versions>.rst-other-versions{padding:0}#furo-readthedocs-versions>.rst-other-versions small{opacity:1}#furo-readthedocs-versions .injected .rst-versions{position:unset}#furo-readthedocs-versions:focus-within,#furo-readthedocs-versions:hover{box-shadow:0 0 0 1px var(--color-sidebar-background-border)}#furo-readthedocs-versions:focus-within .rst-current-version,#furo-readthedocs-versions:hover .rst-current-version{background:#1a1c1e;font-size:inherit;height:auto;line-height:inherit;padding:12px;text-align:right}#furo-readthedocs-versions:focus-within .rst-current-version .fa-book,#furo-readthedocs-versions:hover .rst-current-version .fa-book{color:#fff;float:left}#furo-readthedocs-versions:focus-within .fa-caret-down,#furo-readthedocs-versions:hover .fa-caret-down{display:none}#furo-readthedocs-versions:focus-within .injected,#furo-readthedocs-versions:focus-within .rst-current-version,#furo-readthedocs-versions:focus-within .rst-other-versions,#furo-readthedocs-versions:hover .injected,#furo-readthedocs-versions:hover .rst-current-version,#furo-readthedocs-versions:hover .rst-other-versions{display:block}#furo-readthedocs-versions:focus-within>.rst-current-version,#furo-readthedocs-versions:hover>.rst-current-version{display:none}.highlight:hover button.copybtn{color:var(--color-code-foreground)}.highlight button.copybtn{align-items:center;background-color:var(--color-code-background);border:none;color:var(--color-background-item);cursor:pointer;height:1.25em;opacity:1;right:.5rem;top:.625rem;transition:color .3s,opacity .3s;width:1.25em}.highlight button.copybtn:hover{background-color:var(--color-code-background);color:var(--color-brand-content)}.highlight button.copybtn:after{background-color:transparent;color:var(--color-code-foreground);display:none}.highlight button.copybtn.success{color:#22863a;transition:color 0ms}.highlight button.copybtn.success:after{display:block}.highlight button.copybtn svg{padding:0}body{--sd-color-primary:var(--color-brand-primary);--sd-color-primary-highlight:var(--color-brand-content);--sd-color-primary-text:var(--color-background-primary);--sd-color-shadow:rgba(0,0,0,.05);--sd-color-card-border:var(--color-card-border);--sd-color-card-border-hover:var(--color-brand-content);--sd-color-card-background:var(--color-card-background);--sd-color-card-text:var(--color-foreground-primary);--sd-color-card-header:var(--color-card-marginals-background);--sd-color-card-footer:var(--color-card-marginals-background);--sd-color-tabs-label-active:var(--color-brand-content);--sd-color-tabs-label-hover:var(--color-foreground-muted);--sd-color-tabs-label-inactive:var(--color-foreground-muted);--sd-color-tabs-underline-active:var(--color-brand-content);--sd-color-tabs-underline-hover:var(--color-foreground-border);--sd-color-tabs-underline-inactive:var(--color-background-border);--sd-color-tabs-overline:var(--color-background-border);--sd-color-tabs-underline:var(--color-background-border)}.sd-tab-content{box-shadow:0 -2px var(--sd-color-tabs-overline),0 1px var(--sd-color-tabs-underline)}.sd-card{box-shadow:0 .1rem .25rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)}.sd-shadow-sm{box-shadow:0 .1rem .25rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-shadow-md{box-shadow:0 .3rem .75rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-shadow-lg{box-shadow:0 .6rem 1.5rem var(--sd-color-shadow),0 0 .0625rem rgba(0,0,0,.1)!important}.sd-card-hover:hover{transform:none}.sd-cards-carousel{gap:.25rem;padding:.25rem}body{--tabs--label-text:var(--color-foreground-muted);--tabs--label-text--hover:var(--color-foreground-muted);--tabs--label-text--active:var(--color-brand-content);--tabs--label-text--active--hover:var(--color-brand-content);--tabs--label-background:transparent;--tabs--label-background--hover:transparent;--tabs--label-background--active:transparent;--tabs--label-background--active--hover:transparent;--tabs--padding-x:0.25em;--tabs--margin-x:1em;--tabs--border:var(--color-background-border);--tabs--label-border:transparent;--tabs--label-border--hover:var(--color-foreground-muted);--tabs--label-border--active:var(--color-brand-content);--tabs--label-border--active--hover:var(--color-brand-content)}[role=main] .container{max-width:none;padding-left:0;padding-right:0}.shadow.docutils{border:none;box-shadow:0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1)!important}.sphinx-bs .card{background-color:var(--color-background-secondary);color:var(--color-foreground)}h1{font-size:2.2rem}h2{font-size:1.7rem}h3{font-size:1.4rem}.cookie-alert{background-color:var(--color-background-secondary);border-top:1px solid var(--color-background-border);bottom:0;color:var(--color-foreground-primary);display:flex;left:0;min-height:70px;position:fixed;width:100%;z-index:99999}.cookie-alert__container{align-items:center;display:flex;margin:auto;max-width:calc(100% - 28px);width:700px}.cookie-alert p{flex:1}.cookie-alert button{background-color:transparent;border:none;cursor:pointer;height:26px;padding:0;width:26px}.cookie-alert button svg .cls-1{stroke:var(--color-foreground-primary)}.cookie-alert button svg{width:100%}.farama-env-icon-container{margin-bottom:-18px;margin-top:24px}.farama-env-icon-container:has(+div>h1),.farama-env-icon-container:has(+div>h2){margin-bottom:-24px}.farama-env-icon{height:32px}.env-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;width:100%}.env-grid__cell{display:flex;flex-direction:column;height:180px;padding:10px;width:180px}.cell__image-container{display:flex;height:148px;justify-content:center}.cell__image-container img{max-height:100%}.cell__title{align-items:flex-end;display:flex;height:32px;justify-content:center;line-height:16px;text-align:center}.more-btn{display:block;margin:12px auto;width:240px}.farama-header{--farama-header-height:48px;background-color:var(--color-background-secondary);border-bottom:1px solid var(--color-header-border);display:flex;height:var(--farama-header-height);padding:0 36px 0 24px;position:relative}.farama-header .farama-header__container{display:flex;margin:0 auto;max-width:1400px;width:100%}.farama-header a{color:var(--color-foreground-primary);text-decoration:none;transition:color .125s ease}.farama-header a:hover{color:var(--color-foreground-secondary)}.farama-header .farama-header__logo{--farama-header-logo-margin:6px;margin:var(--farama-header-logo-margin);max-height:calc(var(--farama-header-height) - var(--farama-header-logo-margin))}.farama-header .farama-header__title{align-self:center;font-size:var(--font-size--normal);font-weight:400;margin:0;padding:0 0 0 4px}.farama-header .farama-header__left,.farama-header .farama-header__left a{display:flex}.farama-header .farama-header__right{align-items:center;display:flex;flex:1;justify-content:flex-end}.farama-header .farama-header__right .farama-header__nav{display:flex;height:100%;list-style:none}.farama-header .farama-header__right .farama-header__nav li{align-items:center;cursor:pointer;display:flex;margin-left:20px;text-decoration:none}.farama-header .farama-header__right .farama-header__nav li a{align-items:center;display:flex;height:100%}.farama-header .farama-header__right .farama-header__nav li .farama-header__dropdown-container{align-items:center;display:flex;height:100%;position:relative}.farama-header .farama-header__right .farama-header__nav li .farama-header__dropdown-container:hover .farama-header__dropdown-menu{display:block}.farama-header .farama-header__right .farama-header__nav li .farama-header__dropdown-container svg{fill:var(--color-foreground-secondary);width:32px}.farama-header .farama-header__right .farama-header__nav li .farama-header__dropdown-container .farama-header__dropdown-menu{background:var(--color-background-hover);border:1px solid var(--color-background-border);display:none;position:absolute;right:0;top:var(--farama-header-height);z-index:9999}.farama-header .farama-header__right .farama-header__nav li .farama-header__dropdown-container .farama-header__dropdown-menu ul{display:inherit;margin:0;padding:6px 14px}.farama-header .farama-header__right .farama-header__nav li .farama-header__dropdown-container .farama-header__dropdown-menu li{margin:0;padding:6px 0}.farama-header .farama-header__right .farama-header-menu{display:flex;justify-content:center;position:relative}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__btn{cursor:pointer;display:flex}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__btn .farama-header-menu__btn-name{color:var(--color-foreground-secondary);cursor:pointer;font-size:14px;line-height:18px;padding-right:6px}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__btn svg{fill:var(--color-foreground-secondary);width:20px}.farama-header .farama-header__right .farama-header-menu.active .farama-header-menu__list{transform:translateY(0)}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list{background-color:var(--color-background-secondary);border-left:1px solid var(--color-background-border);box-sizing:border-box;height:100vh;overflow:auto;position:fixed;right:0;top:0;transform:translateY(-100vh);transition:transform .2s ease-in;width:100%;z-index:99}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__header{align-items:center;border-bottom:1px solid var(--color-background-border);box-sizing:border-box;display:flex;margin:0 auto;max-width:1400px;padding:7px 32px;width:100%}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__header .farama-header-menu__logo{width:36px}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__header span{color:var(--color-sidebar-brand-text);display:flex;flex:1;padding-left:8px}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__header button{background:none;border:none;cursor:pointer;display:flex;outline:none}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__header button:active,.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__header button:focus{outline:none}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__header button svg{color:var(--color-foreground-secondary);width:20px}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__body{box-sizing:border-box;margin:0 auto;max-width:1400px;padding:22px 52px;width:100%}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__body .farama-header-menu__section-title{display:block;font-size:var(--font-size--normal);font-weight:700;margin-bottom:12px;text-transform:uppercase}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__body ul{display:inherit;list-style:none;margin:0;padding:0}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__body ul li:hover{background-color:var(--color-background-hover)}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__body ul li a{display:block;padding:12px 18px}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__list .farama-header-menu-list__body ul li a:hover{color:inherit}.farama-header-menu__overlay{background-color:rgba(0,0,0,.54);height:0;left:0;opacity:0;position:fixed;top:0;transition:width 0ms,height 0ms,opacity .25s ease-out;width:0;z-index:98}.farama-header-menu__overlay.active{height:100vh;opacity:1;width:100vw}.sidebar-brand{align-items:center;flex-direction:row;padding:var(--sidebar-item-spacing-vertical)}.sidebar-brand .sidebar-logo-container{display:flex;height:auto;max-width:55px}.sidebar-brand .sidebar-brand-text{font-size:1.3rem;padding-left:11px}@media(max-width:600px){.farama-header{padding:0 4px}.farama-header .farama-header__title{font-size:var(--font-size--small)}.farama-header .farama-header__right .farama-header__nav{display:none}.farama-header .farama-header__right .farama-header-menu .farama-header-menu__btn{display:block}.farama-header .farama-header__right .farama-header-menu .farama-header-menu-list__body,.farama-header .farama-header__right .farama-header-menu .farama-header-menu-list__header{padding:14px 16px}}@media(max-width:350px){.farama-header .farama-header__title{width:110px}}body[data-theme=light] .farama-header__logo{filter:invert(1)}body[data-theme=dark] img[src*="//render.githubusercontent.com/render/math"]{filter:invert(90%)} /*# sourceMappingURL=furo-extensions.css.map*/ \ No newline at end of file diff --git a/_static/styles/furo-extensions.css.map b/_static/styles/furo-extensions.css.map index 9ba5637f9..0dadfa7e1 100644 --- a/_static/styles/furo-extensions.css.map +++ b/_static/styles/furo-extensions.css.map @@ -1 +1 @@ -{"version":3,"file":"styles/furo-extensions.css","mappings":"AAGA,2BACE,oFACA,4CAKE,6CAHA,YACA,eAEA,CACA,kDACE,yCAEF,8CACE,sCAEJ,8CACE,kDAEJ,2BAGE,uBACA,cAHA,gBACA,UAEA,CAGA,yCACE,mBAEF,gDAEE,gDADA,YACA,CACA,sDACE,gDACF,yDACE,sCAEJ,+CACE,UACA,qDACE,UAGF,mDACE,eAEJ,yEAEE,4DAEA,mHASE,mBAPA,kBAEA,YADA,oBAGA,aADA,gBAIA,CAEA,qIAEE,WADA,UACA,CAEJ,uGACE,aAEF,iUAGE,cAEF,mHACE,aC1EJ,gCACE,mCAEF,0BAKE,mBAUA,8CACA,YAFA,mCAKA,eAZA,cALA,UASA,YADA,YAYA,iCAdA,YAcA,CAEA,gCAEE,8CADA,gCACA,CAEF,gCAGE,6BADA,mCADA,YAEA,CAEF,kCAEE,cADA,oBACA,CACA,wCACE,cAEJ,8BACE,UC5CN,KAEE,6CAA8C,CAC9C,uDAAwD,CACxD,uDAAwD,CAGxD,iCAAsC,CAGtC,+CAAgD,CAChD,uDAAwD,CACxD,uDAAwD,CACxD,oDAAqD,CACrD,6DAA8D,CAC9D,6DAA8D,CAG9D,uDAAwD,CACxD,yDAA0D,CAC1D,4DAA6D,CAC7D,2DAA4D,CAC5D,8DAA+D,CAC/D,iEAAkE,CAClE,uDAAwD,CACxD,wDAAyD,CAG3D,gBACE,qFAGF,SACE,6EAEF,cACE,uFAEF,cACE,uFAEF,cACE,uFAGF,qBACE,eAEF,mBACE,WACA,eChDF,KACE,gDAAiD,CACjD,uDAAwD,CACxD,qDAAsD,CACtD,4DAA6D,CAC7D,oCAAqC,CACrC,2CAA4C,CAC5C,4CAA6C,CAC7C,mDAAoD,CACpD,wBAAyB,CACzB,oBAAqB,CACrB,6CAA8C,CAC9C,gCAAiC,CACjC,yDAA0D,CAC1D,uDAAwD,CACxD,8DAA+D,CCbjE,uBACE,eACA,eACA,gBAGF,iBACE,YACA,+EAGF,iBACE,mDACA","sources":["webpack:///./src/furo/assets/styles/extensions/_readthedocs.sass","webpack:///./src/furo/assets/styles/extensions/_copybutton.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-design.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-inline-tabs.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-panels.sass"],"sourcesContent":["// This file contains the styles used for tweaking how ReadTheDoc's embedded\n// contents would show up inside the theme.\n\n#furo-sidebar-ad-placement\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n .ethical-sidebar\n // Remove the border and box-shadow.\n border: none\n box-shadow: none\n // Manage the background colors.\n background: var(--color-background-secondary)\n &:hover\n background: var(--color-background-hover)\n // Ensure the text is legible.\n a\n color: var(--color-foreground-primary)\n\n .ethical-callout a\n color: var(--color-foreground-secondary) !important\n\n#furo-readthedocs-versions\n position: static\n width: 100%\n background: transparent\n display: block\n\n // Make the background color fit with the theme's aesthetic.\n .rst-versions\n background: rgb(26, 28, 30)\n\n .rst-current-version\n cursor: unset\n background: var(--color-sidebar-item-background)\n &:hover\n background: var(--color-sidebar-item-background)\n .fa-book\n color: var(--color-foreground-primary)\n\n > .rst-other-versions\n padding: 0\n small\n opacity: 1\n\n .injected\n .rst-versions\n position: unset\n\n &:hover,\n &:focus-within\n box-shadow: 0 0 0 1px var(--color-sidebar-background-border)\n\n .rst-current-version\n // Undo the tweaks done in RTD's CSS\n font-size: inherit\n line-height: inherit\n height: auto\n text-align: right\n padding: 12px\n\n // Match the rest of the body\n background: #1a1c1e\n\n .fa-book\n float: left\n color: white\n\n .fa-caret-down\n display: none\n\n .rst-current-version,\n .rst-other-versions,\n .injected\n display: block\n\n > .rst-current-version\n display: none\n",".highlight\n &:hover button.copybtn\n color: var(--color-code-foreground)\n\n button.copybtn\n // Make it visible\n opacity: 1\n\n // Align things correctly\n align-items: center\n\n height: 1.25em\n width: 1.25em\n\n top: 0.625rem // $code-spacing-vertical\n right: 0.5rem\n\n // Make it look better\n color: var(--color-background-item)\n background-color: var(--color-code-background)\n border: none\n\n // Change to cursor to make it obvious that you can click on it\n cursor: pointer\n\n // Transition smoothly, for aesthetics\n transition: color 300ms, opacity 300ms\n\n &:hover\n color: var(--color-brand-content)\n background-color: var(--color-code-background)\n\n &::after\n display: none\n color: var(--color-code-foreground)\n background-color: transparent\n\n &.success\n transition: color 0ms\n color: #22863a\n &::after\n display: block\n\n svg\n padding: 0\n","body\n // Colors\n --sd-color-primary: var(--color-brand-primary)\n --sd-color-primary-highlight: var(--color-brand-content)\n --sd-color-primary-text: var(--color-background-primary)\n\n // Shadows\n --sd-color-shadow: rgba(0, 0, 0, 0.05)\n\n // Cards\n --sd-color-card-border: var(--color-card-border)\n --sd-color-card-border-hover: var(--color-brand-content)\n --sd-color-card-background: var(--color-card-background)\n --sd-color-card-text: var(--color-foreground-primary)\n --sd-color-card-header: var(--color-card-marginals-background)\n --sd-color-card-footer: var(--color-card-marginals-background)\n\n // Tabs\n --sd-color-tabs-label-active: var(--color-brand-content)\n --sd-color-tabs-label-hover: var(--color-foreground-muted)\n --sd-color-tabs-label-inactive: var(--color-foreground-muted)\n --sd-color-tabs-underline-active: var(--color-brand-content)\n --sd-color-tabs-underline-hover: var(--color-foreground-border)\n --sd-color-tabs-underline-inactive: var(--color-background-border)\n --sd-color-tabs-overline: var(--color-background-border)\n --sd-color-tabs-underline: var(--color-background-border)\n\n// Tabs\n.sd-tab-content\n box-shadow: 0 -2px var(--sd-color-tabs-overline), 0 1px var(--sd-color-tabs-underline)\n\n// Shadows\n.sd-card // Have a shadow by default\n box-shadow: 0 0.1rem 0.25rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1)\n\n.sd-shadow-sm\n box-shadow: 0 0.1rem 0.25rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n.sd-shadow-md\n box-shadow: 0 0.3rem 0.75rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n.sd-shadow-lg\n box-shadow: 0 0.6rem 1.5rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n// Cards\n.sd-card-hover:hover // Don't change scale on hover\n transform: none\n\n.sd-cards-carousel // Have a bit of gap in the carousel by default\n gap: 0.25rem\n padding: 0.25rem\n","// This file contains styles to tweak sphinx-inline-tabs to work well with Furo.\n\nbody\n --tabs--label-text: var(--color-foreground-muted)\n --tabs--label-text--hover: var(--color-foreground-muted)\n --tabs--label-text--active: var(--color-brand-content)\n --tabs--label-text--active--hover: var(--color-brand-content)\n --tabs--label-background: transparent\n --tabs--label-background--hover: transparent\n --tabs--label-background--active: transparent\n --tabs--label-background--active--hover: transparent\n --tabs--padding-x: 0.25em\n --tabs--margin-x: 1em\n --tabs--border: var(--color-background-border)\n --tabs--label-border: transparent\n --tabs--label-border--hover: var(--color-foreground-muted)\n --tabs--label-border--active: var(--color-brand-content)\n --tabs--label-border--active--hover: var(--color-brand-content)\n","// This file contains styles to tweak sphinx-panels to work well with Furo.\n\n// sphinx-panels includes Bootstrap 4, which uses .container which can conflict\n// with docutils' `.. container::` directive.\n[role=\"main\"] .container\n max-width: initial\n padding-left: initial\n padding-right: initial\n\n// Make the panels look nicer!\n.shadow.docutils\n border: none\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n// Make panel colors respond to dark mode\n.sphinx-bs .card\n background-color: var(--color-background-secondary)\n color: var(--color-foreground)\n"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"styles/furo-extensions.css","mappings":"AAGA,2BACE,oFACA,4CAKE,6CAHA,YACA,eAEA,CACA,kDACE,yCAEF,8CACE,sCAEJ,8CACE,kDAEJ,2BAGE,uBACA,cAHA,gBACA,UAEA,CAGA,yCACE,mBAEF,gDAEE,gDADA,YACA,CACA,sDACE,gDACF,yDACE,sCAEJ,+CACE,UACA,qDACE,UAGF,mDACE,eAEJ,yEAEE,4DAEA,mHASE,mBAPA,kBAEA,YADA,oBAGA,aADA,gBAIA,CAEA,qIAEE,WADA,UACA,CAEJ,uGACE,aAEF,iUAGE,cAEF,mHACE,aC1EJ,gCACE,mCAEF,0BAKE,mBAUA,8CACA,YAFA,mCAKA,eAZA,cALA,UASA,YADA,YAYA,iCAdA,YAcA,CAEA,gCAEE,8CADA,gCACA,CAEF,gCAGE,6BADA,mCADA,YAEA,CAEF,kCAEE,cADA,oBACA,CACA,wCACE,cAEJ,8BACE,UC5CN,KAEE,6CAA8C,CAC9C,uDAAwD,CACxD,uDAAwD,CAGxD,iCAAsC,CAGtC,+CAAgD,CAChD,uDAAwD,CACxD,uDAAwD,CACxD,oDAAqD,CACrD,6DAA8D,CAC9D,6DAA8D,CAG9D,uDAAwD,CACxD,yDAA0D,CAC1D,4DAA6D,CAC7D,2DAA4D,CAC5D,8DAA+D,CAC/D,iEAAkE,CAClE,uDAAwD,CACxD,wDAAyD,CAG3D,gBACE,qFAGF,SACE,6EAEF,cACE,uFAEF,cACE,uFAEF,cACE,uFAGF,qBACE,eAEF,mBACE,WACA,eChDF,KACE,gDAAiD,CACjD,uDAAwD,CACxD,qDAAsD,CACtD,4DAA6D,CAC7D,oCAAqC,CACrC,2CAA4C,CAC5C,4CAA6C,CAC7C,mDAAoD,CACpD,wBAAyB,CACzB,oBAAqB,CACrB,6CAA8C,CAC9C,gCAAiC,CACjC,yDAA0D,CAC1D,uDAAwD,CACxD,8DAA+D,CCbjE,uBACE,eACA,eACA,gBAGF,iBACE,YACA,+EAGF,iBACE,mDACA,8BCfF,GACI,iBACJ,GACI,iBACJ,GACI,iBAIJ,cAKI,mDAEA,oDACA,SAFA,sCAJA,aAOA,OALA,gBAHA,eAEA,WAOA,cAGJ,yBAEI,mBADA,aAIA,YADA,4BADA,WAEA,CAGJ,gBACI,OAGJ,qBACI,6BACA,YAIA,eAFA,YACA,UAFA,UAGA,CAGJ,gCACK,uCAGL,yBACI,WAKJ,2BAEI,oBADA,eACA,CAGJ,gFAEI,oBAEJ,iBACI,YAKJ,UAKI,sBAJA,aACA,eACA,uBACA,UACA,CAEJ,gBACI,aACA,sBAEA,aACA,aAFA,WAEA,CAEJ,uBACI,aACA,aACA,uBAEJ,2BACI,gBAEJ,aAII,qBAHA,aAIA,YAHA,uBAIA,iBAHA,iBAGA,CAEJ,UAGI,cADA,iBADA,WAEA,CAKJ,eACI,2BAA4B,CAK5B,mDADA,mDAFA,aACA,mCAGA,sBALA,iBAKA,CAEA,yCAGI,aACA,cAFA,iBADA,UAGA,CAEJ,iBACI,sCACA,qBACA,4BAEA,uBACI,wCAER,oCACI,+BAAgC,CAEhC,wCADA,+EACA,CAEJ,qCAKI,kBAJA,mCACA,gBACA,SACA,iBACA,CAKA,0EACI,aAER,qCAEI,mBADA,aAGA,MAAK,CADL,wBACA,CAEA,yDACI,aAEA,YADA,eACA,CAEA,4DAII,mBACA,eAFA,aADA,iBADA,oBAIA,CAEA,8DAGI,mBADA,aADA,WAEA,CAEJ,+FAGI,mBADA,aAEA,YAHA,iBAGA,CAGI,mIACI,cAER,mGAEI,uCADA,UACA,CAEJ,6HAKI,yCADA,gDAGA,aANA,kBAEA,QADA,gCAIA,YACA,CAEA,gIACI,gBACA,SACA,iBAEJ,gIACI,SACA,cAGpB,yDAEI,aACA,uBAFA,iBAEA,CAEA,kFAEI,eADA,YACA,CAEA,gHACI,wCAEA,eACA,eACA,iBAHA,iBAGA,CAEJ,sFAEI,uCADA,UACA,CAER,0FACI,wBAEJ,mFAUI,mDACA,qDAHA,sBAFA,aAMA,cAXA,eAEA,QACA,MAGA,6BAEA,iCAJA,WAHA,UAUA,CAEA,oHAQI,mBAFA,uDAHA,sBAIA,aAHA,cAFA,iBAGA,iBAJA,UAOA,CAEA,8IACI,WAEJ,yHAEI,sCADA,aAGA,MAAK,CADL,gBACA,CAEJ,2HAEI,gBAEA,YACA,eAJA,aAEA,YAEA,CAEA,mQACI,aAEJ,+HAEI,wCADA,UACA,CAEZ,kHAII,sBACA,cAHA,iBACA,kBAFA,UAIA,CAEA,qJACI,cACA,mCACA,gBAEA,mBADA,wBACA,CAEJ,qHACI,gBAGA,gBAFA,SACA,SACA,CAII,8HACI,+CAEJ,0HACI,cACA,kBAEA,gIACI,cAEpC,6BAQI,iCAHA,SAFA,OAGA,UALA,eACA,MAKA,sDAHA,QAKA,WAEA,oCAEI,aACA,SAAQ,CAFR,WAEA,CAER,eAGI,mBAFA,mBACA,4CACA,CAEA,uCACI,aAEA,YADA,cACA,CAEJ,mCACI,iBACA,kBAER,wBACI,eACI,cAEA,qCACI,kCAGA,yDACI,aAGA,kFACI,cAEJ,kLACI,mBAEpB,wBACI,qCACI,aAGJ,4CACI,iBAKJ,6EACI","sources":["webpack:///./src/furo/assets/styles/extensions/_readthedocs.sass","webpack:///./src/furo/assets/styles/extensions/_copybutton.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-design.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-inline-tabs.sass","webpack:///./src/furo/assets/styles/extensions/_sphinx-panels.sass","webpack:///./src/furo/assets/styles/extensions/_farama.sass"],"sourcesContent":["// This file contains the styles used for tweaking how ReadTheDoc's embedded\n// contents would show up inside the theme.\n\n#furo-sidebar-ad-placement\n padding: var(--sidebar-item-spacing-vertical) var(--sidebar-item-spacing-horizontal)\n .ethical-sidebar\n // Remove the border and box-shadow.\n border: none\n box-shadow: none\n // Manage the background colors.\n background: var(--color-background-secondary)\n &:hover\n background: var(--color-background-hover)\n // Ensure the text is legible.\n a\n color: var(--color-foreground-primary)\n\n .ethical-callout a\n color: var(--color-foreground-secondary) !important\n\n#furo-readthedocs-versions\n position: static\n width: 100%\n background: transparent\n display: block\n\n // Make the background color fit with the theme's aesthetic.\n .rst-versions\n background: rgb(26, 28, 30)\n\n .rst-current-version\n cursor: unset\n background: var(--color-sidebar-item-background)\n &:hover\n background: var(--color-sidebar-item-background)\n .fa-book\n color: var(--color-foreground-primary)\n\n > .rst-other-versions\n padding: 0\n small\n opacity: 1\n\n .injected\n .rst-versions\n position: unset\n\n &:hover,\n &:focus-within\n box-shadow: 0 0 0 1px var(--color-sidebar-background-border)\n\n .rst-current-version\n // Undo the tweaks done in RTD's CSS\n font-size: inherit\n line-height: inherit\n height: auto\n text-align: right\n padding: 12px\n\n // Match the rest of the body\n background: #1a1c1e\n\n .fa-book\n float: left\n color: white\n\n .fa-caret-down\n display: none\n\n .rst-current-version,\n .rst-other-versions,\n .injected\n display: block\n\n > .rst-current-version\n display: none\n",".highlight\n &:hover button.copybtn\n color: var(--color-code-foreground)\n\n button.copybtn\n // Make it visible\n opacity: 1\n\n // Align things correctly\n align-items: center\n\n height: 1.25em\n width: 1.25em\n\n top: 0.625rem // $code-spacing-vertical\n right: 0.5rem\n\n // Make it look better\n color: var(--color-background-item)\n background-color: var(--color-code-background)\n border: none\n\n // Change to cursor to make it obvious that you can click on it\n cursor: pointer\n\n // Transition smoothly, for aesthetics\n transition: color 300ms, opacity 300ms\n\n &:hover\n color: var(--color-brand-content)\n background-color: var(--color-code-background)\n\n &::after\n display: none\n color: var(--color-code-foreground)\n background-color: transparent\n\n &.success\n transition: color 0ms\n color: #22863a\n &::after\n display: block\n\n svg\n padding: 0\n","body\n // Colors\n --sd-color-primary: var(--color-brand-primary)\n --sd-color-primary-highlight: var(--color-brand-content)\n --sd-color-primary-text: var(--color-background-primary)\n\n // Shadows\n --sd-color-shadow: rgba(0, 0, 0, 0.05)\n\n // Cards\n --sd-color-card-border: var(--color-card-border)\n --sd-color-card-border-hover: var(--color-brand-content)\n --sd-color-card-background: var(--color-card-background)\n --sd-color-card-text: var(--color-foreground-primary)\n --sd-color-card-header: var(--color-card-marginals-background)\n --sd-color-card-footer: var(--color-card-marginals-background)\n\n // Tabs\n --sd-color-tabs-label-active: var(--color-brand-content)\n --sd-color-tabs-label-hover: var(--color-foreground-muted)\n --sd-color-tabs-label-inactive: var(--color-foreground-muted)\n --sd-color-tabs-underline-active: var(--color-brand-content)\n --sd-color-tabs-underline-hover: var(--color-foreground-border)\n --sd-color-tabs-underline-inactive: var(--color-background-border)\n --sd-color-tabs-overline: var(--color-background-border)\n --sd-color-tabs-underline: var(--color-background-border)\n\n// Tabs\n.sd-tab-content\n box-shadow: 0 -2px var(--sd-color-tabs-overline), 0 1px var(--sd-color-tabs-underline)\n\n// Shadows\n.sd-card // Have a shadow by default\n box-shadow: 0 0.1rem 0.25rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1)\n\n.sd-shadow-sm\n box-shadow: 0 0.1rem 0.25rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n.sd-shadow-md\n box-shadow: 0 0.3rem 0.75rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n.sd-shadow-lg\n box-shadow: 0 0.6rem 1.5rem var(--sd-color-shadow), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n// Cards\n.sd-card-hover:hover // Don't change scale on hover\n transform: none\n\n.sd-cards-carousel // Have a bit of gap in the carousel by default\n gap: 0.25rem\n padding: 0.25rem\n","// This file contains styles to tweak sphinx-inline-tabs to work well with Furo.\n\nbody\n --tabs--label-text: var(--color-foreground-muted)\n --tabs--label-text--hover: var(--color-foreground-muted)\n --tabs--label-text--active: var(--color-brand-content)\n --tabs--label-text--active--hover: var(--color-brand-content)\n --tabs--label-background: transparent\n --tabs--label-background--hover: transparent\n --tabs--label-background--active: transparent\n --tabs--label-background--active--hover: transparent\n --tabs--padding-x: 0.25em\n --tabs--margin-x: 1em\n --tabs--border: var(--color-background-border)\n --tabs--label-border: transparent\n --tabs--label-border--hover: var(--color-foreground-muted)\n --tabs--label-border--active: var(--color-brand-content)\n --tabs--label-border--active--hover: var(--color-brand-content)\n","// This file contains styles to tweak sphinx-panels to work well with Furo.\n\n// sphinx-panels includes Bootstrap 4, which uses .container which can conflict\n// with docutils' `.. container::` directive.\n[role=\"main\"] .container\n max-width: initial\n padding-left: initial\n padding-right: initial\n\n// Make the panels look nicer!\n.shadow.docutils\n border: none\n box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), 0 0 0.0625rem rgba(0, 0, 0, 0.1) !important\n\n// Make panel colors respond to dark mode\n.sphinx-bs .card\n background-color: var(--color-background-secondary)\n color: var(--color-foreground)\n","// Farama Base\n\nh1\n font-size: 2.2rem\nh2\n font-size: 1.7rem\nh3\n font-size: 1.4rem\n\n// Cookies Alert\n\n.cookie-alert\n position: fixed\n display: flex\n width: 100%\n min-height: 70px\n background-color: var(--color-background-secondary)\n color: var(--color-foreground-primary)\n border-top: 1px solid var(--color-background-border)\n bottom: 0\n left: 0\n z-index: 99999\n\n\n.cookie-alert__container\n display: flex\n align-items: center\n width: 700px\n max-width: calc(100% - 28px)\n margin: auto\n\n\n.cookie-alert p\n flex: 1\n\n\n.cookie-alert button\n background-color: transparent\n border: none\n width: 26px\n height: 26px\n padding: 0\n cursor: pointer\n\n\n.cookie-alert button svg .cls-1\n stroke: var(--color-foreground-primary)\n\n\n.cookie-alert button svg\n width: 100%\n\n\n// Env Icons\n\n.farama-env-icon-container\n margin-top: 24px\n margin-bottom: -18px\n\n\n.farama-env-icon-container:has(+ div > h1),\n.farama-env-icon-container:has(+ div > h2)\n margin-bottom: -24px\n\n.farama-env-icon\n height: 32px\n\n\n// Envinronments grid\n\n.env-grid\n display: flex\n flex-wrap: wrap\n justify-content: center\n width: 100%\n box-sizing: border-box\n\n.env-grid__cell\n display: flex\n flex-direction: column\n width: 180px\n height: 180px\n padding: 10px\n\n.cell__image-container\n display: flex\n height: 148px\n justify-content: center\n\n.cell__image-container img\n max-height: 100%\n\n.cell__title\n display: flex\n justify-content: center\n text-align: center\n align-items: flex-end\n height: 32px\n line-height: 16px\n\n.more-btn\n width: 240px\n margin: 12px auto\n display: block\n\n\n// Farama Header\n\n.farama-header\n --farama-header-height: 48px\n position: relative\n display: flex\n height: var(--farama-header-height)\n border-bottom: 1px solid var(--color-header-border)\n background-color: var(--color-background-secondary)\n padding: 0 36px 0 24px\n\n .farama-header__container\n width: 100%\n max-width: 1400px\n display: flex\n margin: 0 auto\n\n a\n color: var(--color-foreground-primary)\n text-decoration: none\n transition: color 0.125s ease\n\n &:hover\n color: var(--color-foreground-secondary)\n\n .farama-header__logo\n --farama-header-logo-margin: 6px\n max-height: calc(var(--farama-header-height) - var(--farama-header-logo-margin))\n margin: var(--farama-header-logo-margin)\n\n .farama-header__title\n font-size: var(--font-size--normal)\n font-weight: normal\n margin: 0\n padding: 0 0 0 4px\n align-self: center\n\n .farama-header__left\n display: flex\n\n a\n display: flex\n\n .farama-header__right\n display: flex\n align-items: center\n justify-content: flex-end\n flex: 1\n\n .farama-header__nav\n display: flex\n list-style: none\n height: 100%\n\n li\n text-decoration: none\n margin-left: 20px\n display: flex\n align-items: center\n cursor: pointer\n\n a\n height: 100%\n display: flex\n align-items: center\n\n .farama-header__dropdown-container\n position: relative\n display: flex\n align-items: center\n height: 100%\n\n &:hover\n .farama-header__dropdown-menu\n display: block\n\n svg\n width: 32px\n fill: var(--color-foreground-secondary)\n\n .farama-header__dropdown-menu\n position: absolute\n top: var(--farama-header-height)\n right: 0\n border: 1px solid var(--color-background-border)\n background: var(--color-background-hover)\n z-index: 9999\n display: none\n\n ul\n display: inherit\n margin: 0\n padding: 6px 14px\n\n li\n margin: 0\n padding: 6px 0\n\n\n .farama-header-menu\n position: relative\n display: flex\n justify-content: center\n\n .farama-header-menu__btn\n display: flex\n cursor: pointer\n\n .farama-header-menu__btn-name\n color: var(--color-foreground-secondary)\n padding-right: 6px\n cursor: pointer\n font-size: 14px\n line-height: 18px\n\n svg\n width: 20px\n fill: var(--color-foreground-secondary)\n\n &.active .farama-header-menu__list\n transform: translateY(0)\n\n .farama-header-menu__list\n position: fixed\n z-index: 99\n right: 0\n top: 0\n width: 100%\n height: 100vh\n transform: translateY(-100vh)\n box-sizing: border-box\n transition: transform 0.2s ease-in\n background-color: var(--color-background-secondary)\n border-left: 1px solid var(--color-background-border)\n overflow: auto\n\n .farama-header-menu-list__header\n width: 100%\n max-width: 1400px\n box-sizing: border-box\n margin: 0 auto\n padding: 7px 32px\n border-bottom: 1px solid var(--color-background-border)\n display: flex\n align-items: center\n\n .farama-header-menu__logo\n width: 36px\n\n span\n display: flex\n color: var(--color-sidebar-brand-text)\n padding-left: 8px\n flex: 1\n\n button\n display: flex\n background: none\n outline: none\n border: none\n cursor: pointer\n\n &:active, &:focus\n outline: none\n\n svg\n width: 20px\n color: var(--color-foreground-secondary)\n\n .farama-header-menu-list__body\n width: 100%\n max-width: 1400px\n padding: 22px 52px\n box-sizing: border-box\n margin: 0 auto\n\n .farama-header-menu__section-title\n display: block\n font-size: var(--font-size--normal)\n font-weight: bold\n text-transform: uppercase\n margin-bottom: 12px\n\n ul\n display: inherit\n margin: 0\n padding: 0\n list-style: none\n\n li\n\n &:hover\n background-color: var(--color-background-hover)\n\n a\n display: block\n padding: 12px 18px\n\n &:hover\n color: inherit\n\n.farama-header-menu__overlay\n position: fixed\n top: 0\n left: 0\n width: 0\n height: 0\n opacity: 0\n transition: width 0ms, height 0ms, opacity 250ms ease-out\n background-color: rgba(0, 0, 0, 0.54)\n z-index: 98\n\n &.active\n width: 100vw\n height: 100vh\n opacity: 1\n\n.sidebar-brand\n flex-direction: row\n padding: var(--sidebar-item-spacing-vertical)\n align-items: center\n\n .sidebar-logo-container\n display: flex\n max-width: 55px\n height: auto\n\n .sidebar-brand-text\n font-size: 1.3rem\n padding-left: 11px\n\n@media (max-width: 600px)\n .farama-header\n padding: 0 4px\n\n .farama-header__title\n font-size: var(--font-size--small)\n\n .farama-header__right\n .farama-header__nav\n display: none\n\n .farama-header-menu\n .farama-header-menu__btn\n display: block\n\n .farama-header-menu-list__body, .farama-header-menu-list__header\n padding: 14px 16px\n\n@media (max-width: 350px)\n .farama-header .farama-header__title\n width: 110px\n\nbody[data-theme=\"light\"]\n .farama-header__logo\n filter: invert(1)\n\n// Github math render\n\nbody[data-theme=\"dark\"]\n img[src*=\"//render.githubusercontent.com/render/math\"]\n filter: invert(90%)\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/api/core/index.html b/api/core/index.html index bbd5adcfc..c55e67f23 100644 --- a/api/core/index.html +++ b/api/core/index.html @@ -6,12 +6,11 @@ - + Core - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/api/spaces/composite/index.html b/api/spaces/composite/index.html index 6763f5ffe..cf56e9dd9 100644 --- a/api/spaces/composite/index.html +++ b/api/spaces/composite/index.html @@ -6,12 +6,11 @@ - + Composite Spaces - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + @@ -651,41 +755,5 @@ If no num_edges is provided then the edge_mask is mult - - - - - - - + \ No newline at end of file diff --git a/api/spaces/fundamental/index.html b/api/spaces/fundamental/index.html index 6a0359ade..9acda7765 100644 --- a/api/spaces/fundamental/index.html +++ b/api/spaces/fundamental/index.html @@ -6,12 +6,11 @@ - + Fundamental Spaces - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + @@ -723,41 +827,5 @@ If the charlist mask is all zero then an empty string is returned no matter the - - - - - - - + \ No newline at end of file diff --git a/api/spaces/index.html b/api/spaces/index.html index d9d8c4b03..3ec4430f5 100644 --- a/api/spaces/index.html +++ b/api/spaces/index.html @@ -6,12 +6,11 @@ - + Spaces - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/api/spaces/utils/index.html b/api/spaces/utils/index.html index a1b1a64fa..994af6166 100644 --- a/api/spaces/utils/index.html +++ b/api/spaces/utils/index.html @@ -6,12 +6,11 @@ - + Spaces Utils - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/api/utils/index.html b/api/utils/index.html index 21b5afa34..eb7118466 100644 --- a/api/utils/index.html +++ b/api/utils/index.html @@ -6,12 +6,11 @@ - + Utils - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + @@ -921,41 +1025,5 @@ for more information about the API.

- - - - - - - + \ No newline at end of file diff --git a/api/vector/index.html b/api/vector/index.html index 220a7bd72..a4103d7cb 100644 --- a/api/vector/index.html +++ b/api/vector/index.html @@ -6,12 +6,11 @@ - + Vector - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/api/wrappers/index.html b/api/wrappers/index.html index d4347df72..ca5cdc50b 100644 --- a/api/wrappers/index.html +++ b/api/wrappers/index.html @@ -6,12 +6,11 @@ - + Wrappers - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/content/basic_usage/index.html b/content/basic_usage/index.html index 973c05a86..704b3d07f 100644 --- a/content/basic_usage/index.html +++ b/content/basic_usage/index.html @@ -6,12 +6,11 @@ - + Basic Usage - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/content/environment_creation/index.html b/content/environment_creation/index.html index 357326bf8..012bf6f3e 100644 --- a/content/environment_creation/index.html +++ b/content/environment_creation/index.html @@ -6,12 +6,11 @@ - + Make your own custom environment - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/content/handling_timelimits/index.html b/content/handling_timelimits/index.html index 25d8e1758..6f18b7af5 100644 --- a/content/handling_timelimits/index.html +++ b/content/handling_timelimits/index.html @@ -6,12 +6,11 @@ - + Handling Time Limits - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/content/vectorising/index.html b/content/vectorising/index.html index 98e472f29..8ef833b02 100644 --- a/content/vectorising/index.html +++ b/content/vectorising/index.html @@ -6,12 +6,11 @@ - + Vectorising your environments - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/adventure/index.html b/environments/atari/adventure/index.html index 607cd46a6..10daa18d7 100644 --- a/environments/atari/adventure/index.html +++ b/environments/atari/adventure/index.html @@ -6,12 +6,11 @@ - + Adventure - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/air_raid/index.html b/environments/atari/air_raid/index.html index 90d966308..b07ad64b4 100644 --- a/environments/atari/air_raid/index.html +++ b/environments/atari/air_raid/index.html @@ -6,12 +6,11 @@ - + Air Raid - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/alien/index.html b/environments/atari/alien/index.html index 1adbce1ab..d450e5408 100644 --- a/environments/atari/alien/index.html +++ b/environments/atari/alien/index.html @@ -6,12 +6,11 @@ - + Alien - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/amidar/index.html b/environments/atari/amidar/index.html index 5dea1738e..1cc873fa8 100644 --- a/environments/atari/amidar/index.html +++ b/environments/atari/amidar/index.html @@ -6,12 +6,11 @@ - + Amidar - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/assault/index.html b/environments/atari/assault/index.html index 8ea146c0d..f2c9f1c6f 100644 --- a/environments/atari/assault/index.html +++ b/environments/atari/assault/index.html @@ -6,12 +6,11 @@ - + Assault - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/asterix/index.html b/environments/atari/asterix/index.html index 82753aa2e..105e5731c 100644 --- a/environments/atari/asterix/index.html +++ b/environments/atari/asterix/index.html @@ -6,12 +6,11 @@ - + Asterix - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/asteroids/index.html b/environments/atari/asteroids/index.html index 21f9f19de..65af95b6f 100644 --- a/environments/atari/asteroids/index.html +++ b/environments/atari/asteroids/index.html @@ -6,12 +6,11 @@ - + Asteroids - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/atlantis/index.html b/environments/atari/atlantis/index.html index be04edc8a..f44435463 100644 --- a/environments/atari/atlantis/index.html +++ b/environments/atari/atlantis/index.html @@ -6,12 +6,11 @@ - + Atlantis - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/bank_heist/index.html b/environments/atari/bank_heist/index.html index 4df957b37..4ecc9112d 100644 --- a/environments/atari/bank_heist/index.html +++ b/environments/atari/bank_heist/index.html @@ -6,12 +6,11 @@ - + Bank Heist - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/battle_zone/index.html b/environments/atari/battle_zone/index.html index 6da042646..079c3d52d 100644 --- a/environments/atari/battle_zone/index.html +++ b/environments/atari/battle_zone/index.html @@ -6,12 +6,11 @@ - + Battle Zone - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/beam_rider/index.html b/environments/atari/beam_rider/index.html index 2a8c48f13..27e802063 100644 --- a/environments/atari/beam_rider/index.html +++ b/environments/atari/beam_rider/index.html @@ -6,12 +6,11 @@ - + Beam Rider - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/berzerk/index.html b/environments/atari/berzerk/index.html index 59abbbd3d..89e596bd8 100644 --- a/environments/atari/berzerk/index.html +++ b/environments/atari/berzerk/index.html @@ -6,12 +6,11 @@ - + Berzerk - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/bowling/index.html b/environments/atari/bowling/index.html index 8c1b5dbb9..5f1b06840 100644 --- a/environments/atari/bowling/index.html +++ b/environments/atari/bowling/index.html @@ -6,12 +6,11 @@ - + Bowling - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/boxing/index.html b/environments/atari/boxing/index.html index c5e910f5f..9516598ed 100644 --- a/environments/atari/boxing/index.html +++ b/environments/atari/boxing/index.html @@ -6,12 +6,11 @@ - + Boxing - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/breakout/index.html b/environments/atari/breakout/index.html index 6c011b6df..18be05d76 100644 --- a/environments/atari/breakout/index.html +++ b/environments/atari/breakout/index.html @@ -6,12 +6,11 @@ - + Breakout - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/carnival/index.html b/environments/atari/carnival/index.html index 453a43a57..bc232186f 100644 --- a/environments/atari/carnival/index.html +++ b/environments/atari/carnival/index.html @@ -6,12 +6,11 @@ - + Carnival - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/centipede/index.html b/environments/atari/centipede/index.html index 8e3785a00..a894ac95b 100644 --- a/environments/atari/centipede/index.html +++ b/environments/atari/centipede/index.html @@ -6,12 +6,11 @@ - + Centipede - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/chopper_command/index.html b/environments/atari/chopper_command/index.html index c78fe6d4b..68d076c02 100644 --- a/environments/atari/chopper_command/index.html +++ b/environments/atari/chopper_command/index.html @@ -6,12 +6,11 @@ - + Chopper Command - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/complete_list/index.html b/environments/atari/complete_list/index.html index 4a7937a8c..8a2240721 100644 --- a/environments/atari/complete_list/index.html +++ b/environments/atari/complete_list/index.html @@ -6,12 +6,11 @@ - + Complete List - Atari - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/crazy_climber/index.html b/environments/atari/crazy_climber/index.html index fcce0d457..90a139bd3 100644 --- a/environments/atari/crazy_climber/index.html +++ b/environments/atari/crazy_climber/index.html @@ -6,12 +6,11 @@ - + Crazy Climber - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/defender/index.html b/environments/atari/defender/index.html index 743b506d2..e7e5e4f46 100644 --- a/environments/atari/defender/index.html +++ b/environments/atari/defender/index.html @@ -6,12 +6,11 @@ - + Defender - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/demon_attack/index.html b/environments/atari/demon_attack/index.html index 530d86356..6c8e5c900 100644 --- a/environments/atari/demon_attack/index.html +++ b/environments/atari/demon_attack/index.html @@ -6,12 +6,11 @@ - + Demon Attack - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/double_dunk/index.html b/environments/atari/double_dunk/index.html index b48ddeff2..1680f0561 100644 --- a/environments/atari/double_dunk/index.html +++ b/environments/atari/double_dunk/index.html @@ -6,12 +6,11 @@ - + Double Dunk - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/elevator_action/index.html b/environments/atari/elevator_action/index.html index 0ad82104e..ad37f76a6 100644 --- a/environments/atari/elevator_action/index.html +++ b/environments/atari/elevator_action/index.html @@ -6,12 +6,11 @@ - + Elevator Action - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/enduro/index.html b/environments/atari/enduro/index.html index 4a5980459..a72a1e9b5 100644 --- a/environments/atari/enduro/index.html +++ b/environments/atari/enduro/index.html @@ -6,12 +6,11 @@ - + Enduro - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/fishing_derby/index.html b/environments/atari/fishing_derby/index.html index 78c21b1c7..321e79df7 100644 --- a/environments/atari/fishing_derby/index.html +++ b/environments/atari/fishing_derby/index.html @@ -6,12 +6,11 @@ - + FishingDerby - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/freeway/index.html b/environments/atari/freeway/index.html index 0f9001a16..bfcbe84d4 100644 --- a/environments/atari/freeway/index.html +++ b/environments/atari/freeway/index.html @@ -6,12 +6,11 @@ - + Freeway - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/frostbite/index.html b/environments/atari/frostbite/index.html index 57e395410..d31fcf0c5 100644 --- a/environments/atari/frostbite/index.html +++ b/environments/atari/frostbite/index.html @@ -6,12 +6,11 @@ - + Frostbite - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/gopher/index.html b/environments/atari/gopher/index.html index 5452f09c0..43cb65463 100644 --- a/environments/atari/gopher/index.html +++ b/environments/atari/gopher/index.html @@ -6,12 +6,11 @@ - + Gopher - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/gravitar/index.html b/environments/atari/gravitar/index.html index 9b1b94543..3474d8de9 100644 --- a/environments/atari/gravitar/index.html +++ b/environments/atari/gravitar/index.html @@ -6,12 +6,11 @@ - + Gravitar - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/hero/index.html b/environments/atari/hero/index.html index ecf865989..bea245950 100644 --- a/environments/atari/hero/index.html +++ b/environments/atari/hero/index.html @@ -6,12 +6,11 @@ - + Hero - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/ice_hockey/index.html b/environments/atari/ice_hockey/index.html index 049bc2074..823eb3c93 100644 --- a/environments/atari/ice_hockey/index.html +++ b/environments/atari/ice_hockey/index.html @@ -6,12 +6,11 @@ - + IceHockey - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/index.html b/environments/atari/index.html index 46f3468ad..c2aecbb03 100644 --- a/environments/atari/index.html +++ b/environments/atari/index.html @@ -6,12 +6,11 @@ - + Atari - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/jamesbond/index.html b/environments/atari/jamesbond/index.html index 77f39012b..759ccf0ad 100644 --- a/environments/atari/jamesbond/index.html +++ b/environments/atari/jamesbond/index.html @@ -6,12 +6,11 @@ - + Jamesbond - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/journey_escape/index.html b/environments/atari/journey_escape/index.html index 385335f25..b62fb4df2 100644 --- a/environments/atari/journey_escape/index.html +++ b/environments/atari/journey_escape/index.html @@ -6,12 +6,11 @@ - + JourneyEscape - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/kangaroo/index.html b/environments/atari/kangaroo/index.html index 82e749ce6..03e3a981c 100644 --- a/environments/atari/kangaroo/index.html +++ b/environments/atari/kangaroo/index.html @@ -6,12 +6,11 @@ - + Kangaroo - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/krull/index.html b/environments/atari/krull/index.html index 5b5d7f38e..63fa96079 100644 --- a/environments/atari/krull/index.html +++ b/environments/atari/krull/index.html @@ -6,12 +6,11 @@ - + Krull - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/kung_fu_master/index.html b/environments/atari/kung_fu_master/index.html index 9ab906f2f..a9e464367 100644 --- a/environments/atari/kung_fu_master/index.html +++ b/environments/atari/kung_fu_master/index.html @@ -6,12 +6,11 @@ - + Kung Fu Master - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/montezuma_revenge/index.html b/environments/atari/montezuma_revenge/index.html index 7b53b074c..b945ff26b 100644 --- a/environments/atari/montezuma_revenge/index.html +++ b/environments/atari/montezuma_revenge/index.html @@ -6,12 +6,11 @@ - + Montezuma Revenge - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/ms_pacman/index.html b/environments/atari/ms_pacman/index.html index a24e7ab06..f839bf0de 100644 --- a/environments/atari/ms_pacman/index.html +++ b/environments/atari/ms_pacman/index.html @@ -6,12 +6,11 @@ - + Ms Pacman - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/name_this_game/index.html b/environments/atari/name_this_game/index.html index 90e0405f8..c1c1e43e1 100644 --- a/environments/atari/name_this_game/index.html +++ b/environments/atari/name_this_game/index.html @@ -6,12 +6,11 @@ - + Name This Game - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/phoenix/index.html b/environments/atari/phoenix/index.html index 29f2a923c..ab091c6ba 100644 --- a/environments/atari/phoenix/index.html +++ b/environments/atari/phoenix/index.html @@ -6,12 +6,11 @@ - + Phoenix - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/pitfall/index.html b/environments/atari/pitfall/index.html index ccd539a0c..449ea3f55 100644 --- a/environments/atari/pitfall/index.html +++ b/environments/atari/pitfall/index.html @@ -6,12 +6,11 @@ - + Pitfall - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/pong/index.html b/environments/atari/pong/index.html index edfc001fe..04787d81f 100644 --- a/environments/atari/pong/index.html +++ b/environments/atari/pong/index.html @@ -6,12 +6,11 @@ - + Pong - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/pooyan/index.html b/environments/atari/pooyan/index.html index c0c7293de..aa674b58e 100644 --- a/environments/atari/pooyan/index.html +++ b/environments/atari/pooyan/index.html @@ -6,12 +6,11 @@ - + Pooyan - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/private_eye/index.html b/environments/atari/private_eye/index.html index 2ad6c0f30..35cf276b6 100644 --- a/environments/atari/private_eye/index.html +++ b/environments/atari/private_eye/index.html @@ -6,12 +6,11 @@ - + PrivateEye - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/qbert/index.html b/environments/atari/qbert/index.html index 6aafaa3be..e60572fa4 100644 --- a/environments/atari/qbert/index.html +++ b/environments/atari/qbert/index.html @@ -6,12 +6,11 @@ - + Qbert - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/riverraid/index.html b/environments/atari/riverraid/index.html index b131048c7..ce47feb1b 100644 --- a/environments/atari/riverraid/index.html +++ b/environments/atari/riverraid/index.html @@ -6,12 +6,11 @@ - + Riverraid - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/road_runner/index.html b/environments/atari/road_runner/index.html index db8b8f823..74a602d38 100644 --- a/environments/atari/road_runner/index.html +++ b/environments/atari/road_runner/index.html @@ -6,12 +6,11 @@ - + Road Runner - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/robotank/index.html b/environments/atari/robotank/index.html index 97cc71a40..96fcc02ef 100644 --- a/environments/atari/robotank/index.html +++ b/environments/atari/robotank/index.html @@ -6,12 +6,11 @@ - + Robot Tank - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/seaquest/index.html b/environments/atari/seaquest/index.html index cd53dcde8..711c5e6d1 100644 --- a/environments/atari/seaquest/index.html +++ b/environments/atari/seaquest/index.html @@ -6,12 +6,11 @@ - + Seaquest - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/skiing/index.html b/environments/atari/skiing/index.html index 5b2b8ab4b..015adbbdc 100644 --- a/environments/atari/skiing/index.html +++ b/environments/atari/skiing/index.html @@ -6,12 +6,11 @@ - + Skiings - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/solaris/index.html b/environments/atari/solaris/index.html index 7f375247f..6f0b960d1 100644 --- a/environments/atari/solaris/index.html +++ b/environments/atari/solaris/index.html @@ -6,12 +6,11 @@ - + Solaris - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/space_invaders/index.html b/environments/atari/space_invaders/index.html index dc9a8392f..ee5934f25 100644 --- a/environments/atari/space_invaders/index.html +++ b/environments/atari/space_invaders/index.html @@ -6,12 +6,11 @@ - + SpaceInvaders - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/star_gunner/index.html b/environments/atari/star_gunner/index.html index db0221c2f..9a097eb0f 100644 --- a/environments/atari/star_gunner/index.html +++ b/environments/atari/star_gunner/index.html @@ -6,12 +6,11 @@ - + StarGunner - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/tennis/index.html b/environments/atari/tennis/index.html index f3f5692d2..b41307bc1 100644 --- a/environments/atari/tennis/index.html +++ b/environments/atari/tennis/index.html @@ -6,12 +6,11 @@ - + Tennis - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/time_pilot/index.html b/environments/atari/time_pilot/index.html index 9eb731fd5..56c1e405f 100644 --- a/environments/atari/time_pilot/index.html +++ b/environments/atari/time_pilot/index.html @@ -6,12 +6,11 @@ - + TimePilot - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/tutankham/index.html b/environments/atari/tutankham/index.html index 35e3649b8..242eb9af6 100644 --- a/environments/atari/tutankham/index.html +++ b/environments/atari/tutankham/index.html @@ -6,12 +6,11 @@ - + Tutankham - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/up_n_down/index.html b/environments/atari/up_n_down/index.html index 46fd9b107..535bda96c 100644 --- a/environments/atari/up_n_down/index.html +++ b/environments/atari/up_n_down/index.html @@ -6,12 +6,11 @@ - + Up n’ Down - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/venture/index.html b/environments/atari/venture/index.html index e2bf90fd8..6b7929cd7 100644 --- a/environments/atari/venture/index.html +++ b/environments/atari/venture/index.html @@ -6,12 +6,11 @@ - + Venture - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/video_pinball/index.html b/environments/atari/video_pinball/index.html index 84ae6eaa5..18e63af64 100644 --- a/environments/atari/video_pinball/index.html +++ b/environments/atari/video_pinball/index.html @@ -6,12 +6,11 @@ - + Video Pinball - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/wizard_of_wor/index.html b/environments/atari/wizard_of_wor/index.html index 8cc5d8d36..b3746ca93 100644 --- a/environments/atari/wizard_of_wor/index.html +++ b/environments/atari/wizard_of_wor/index.html @@ -6,12 +6,11 @@ - + Wizard of Wor - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/atari/zaxxon/index.html b/environments/atari/zaxxon/index.html index 084bf2754..08afd2341 100644 --- a/environments/atari/zaxxon/index.html +++ b/environments/atari/zaxxon/index.html @@ -6,12 +6,11 @@ - + Zaxxon - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/box2d/bipedal_walker/index.html b/environments/box2d/bipedal_walker/index.html index a300c649d..4cf73a261 100644 --- a/environments/box2d/bipedal_walker/index.html +++ b/environments/box2d/bipedal_walker/index.html @@ -6,12 +6,11 @@ - + Bipedal Walker - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/box2d/car_racing/index.html b/environments/box2d/car_racing/index.html index b187905ea..ccd2f9aea 100644 --- a/environments/box2d/car_racing/index.html +++ b/environments/box2d/car_racing/index.html @@ -6,12 +6,11 @@ - + Car Racing - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/box2d/index.html b/environments/box2d/index.html index f2999dded..681cf473c 100644 --- a/environments/box2d/index.html +++ b/environments/box2d/index.html @@ -6,12 +6,11 @@ - + Box2D - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/box2d/lunar_lander/index.html b/environments/box2d/lunar_lander/index.html index 8e344d1fc..40fd37936 100644 --- a/environments/box2d/lunar_lander/index.html +++ b/environments/box2d/lunar_lander/index.html @@ -6,12 +6,11 @@ - + Lunar Lander - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/classic_control/acrobot/index.html b/environments/classic_control/acrobot/index.html index 52e2e85a2..8d9cae4d8 100644 --- a/environments/classic_control/acrobot/index.html +++ b/environments/classic_control/acrobot/index.html @@ -6,12 +6,11 @@ - + Acrobot - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/classic_control/cart_pole/index.html b/environments/classic_control/cart_pole/index.html index f715112aa..43dd46f98 100644 --- a/environments/classic_control/cart_pole/index.html +++ b/environments/classic_control/cart_pole/index.html @@ -6,12 +6,11 @@ - + Cart Pole - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/classic_control/index.html b/environments/classic_control/index.html index 3565ae659..465410471 100644 --- a/environments/classic_control/index.html +++ b/environments/classic_control/index.html @@ -6,12 +6,11 @@ - + Classic Control - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/classic_control/mountain_car/index.html b/environments/classic_control/mountain_car/index.html index 885d1b912..ed2dc896b 100644 --- a/environments/classic_control/mountain_car/index.html +++ b/environments/classic_control/mountain_car/index.html @@ -6,12 +6,11 @@ - + Mountain Car - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/classic_control/mountain_car_continuous/index.html b/environments/classic_control/mountain_car_continuous/index.html index db716d2b9..02945b15c 100644 --- a/environments/classic_control/mountain_car_continuous/index.html +++ b/environments/classic_control/mountain_car_continuous/index.html @@ -6,12 +6,11 @@ - + Mountain Car Continuous - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/classic_control/pendulum/index.html b/environments/classic_control/pendulum/index.html index 319be0ff4..599f785e1 100644 --- a/environments/classic_control/pendulum/index.html +++ b/environments/classic_control/pendulum/index.html @@ -6,12 +6,11 @@ - + Pendulum - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/ant/index.html b/environments/mujoco/ant/index.html index d06e93fd6..d1a6756d6 100644 --- a/environments/mujoco/ant/index.html +++ b/environments/mujoco/ant/index.html @@ -6,12 +6,11 @@ - + Ant - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/half_cheetah/index.html b/environments/mujoco/half_cheetah/index.html index 92c999276..0d4919cc7 100644 --- a/environments/mujoco/half_cheetah/index.html +++ b/environments/mujoco/half_cheetah/index.html @@ -6,12 +6,11 @@ - + Half Cheetah - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/hopper/index.html b/environments/mujoco/hopper/index.html index 68d3e2ba0..f420db1f5 100644 --- a/environments/mujoco/hopper/index.html +++ b/environments/mujoco/hopper/index.html @@ -6,12 +6,11 @@ - + Hopper - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/humanoid/index.html b/environments/mujoco/humanoid/index.html index bbb2899d0..4da7f0814 100644 --- a/environments/mujoco/humanoid/index.html +++ b/environments/mujoco/humanoid/index.html @@ -6,12 +6,11 @@ - + Humanoid - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/humanoid_standup/index.html b/environments/mujoco/humanoid_standup/index.html index 39abd6411..85e87c9e8 100644 --- a/environments/mujoco/humanoid_standup/index.html +++ b/environments/mujoco/humanoid_standup/index.html @@ -6,12 +6,11 @@ - + Humanoid Standup - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/index.html b/environments/mujoco/index.html index 74a566d61..74183e058 100644 --- a/environments/mujoco/index.html +++ b/environments/mujoco/index.html @@ -6,12 +6,11 @@ - + MuJoCo - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/inverted_double_pendulum/index.html b/environments/mujoco/inverted_double_pendulum/index.html index 6949efe41..de15e5431 100644 --- a/environments/mujoco/inverted_double_pendulum/index.html +++ b/environments/mujoco/inverted_double_pendulum/index.html @@ -6,12 +6,11 @@ - + Inverted Double Pendulum - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/inverted_pendulum/index.html b/environments/mujoco/inverted_pendulum/index.html index a2a9a9368..1c435f070 100644 --- a/environments/mujoco/inverted_pendulum/index.html +++ b/environments/mujoco/inverted_pendulum/index.html @@ -6,12 +6,11 @@ - + Inverted Pendulum - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/pusher/index.html b/environments/mujoco/pusher/index.html index 0d0706ce7..e012198b5 100644 --- a/environments/mujoco/pusher/index.html +++ b/environments/mujoco/pusher/index.html @@ -6,12 +6,11 @@ - + Pusher - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/reacher/index.html b/environments/mujoco/reacher/index.html index 5afb7d5fa..d0006663b 100644 --- a/environments/mujoco/reacher/index.html +++ b/environments/mujoco/reacher/index.html @@ -6,12 +6,11 @@ - + Reacher - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/swimmer/index.html b/environments/mujoco/swimmer/index.html index e57e37e9e..8f12ba6aa 100644 --- a/environments/mujoco/swimmer/index.html +++ b/environments/mujoco/swimmer/index.html @@ -6,12 +6,11 @@ - + Swimmer - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/mujoco/walker2d/index.html b/environments/mujoco/walker2d/index.html index 659087c8e..ff0edcd18 100644 --- a/environments/mujoco/walker2d/index.html +++ b/environments/mujoco/walker2d/index.html @@ -6,12 +6,11 @@ - + Walker2D - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/third_party_environments/index.html b/environments/third_party_environments/index.html index ed1471ed2..c9f37b3de 100644 --- a/environments/third_party_environments/index.html +++ b/environments/third_party_environments/index.html @@ -6,12 +6,11 @@ - + Third Party Environments - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/toy_text/blackjack/index.html b/environments/toy_text/blackjack/index.html index 9f71f7a90..a86217761 100644 --- a/environments/toy_text/blackjack/index.html +++ b/environments/toy_text/blackjack/index.html @@ -6,12 +6,11 @@ - + Blackjack - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/toy_text/cliff_walking/index.html b/environments/toy_text/cliff_walking/index.html index 95d47f8c3..0f83be3d1 100644 --- a/environments/toy_text/cliff_walking/index.html +++ b/environments/toy_text/cliff_walking/index.html @@ -6,12 +6,11 @@ - + Cliff Walking - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/toy_text/frozen_lake/index.html b/environments/toy_text/frozen_lake/index.html index 17c4d8ee8..ebc68a86b 100644 --- a/environments/toy_text/frozen_lake/index.html +++ b/environments/toy_text/frozen_lake/index.html @@ -6,12 +6,11 @@ - + Frozen Lake - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/toy_text/index.html b/environments/toy_text/index.html index fb70ae889..c2d7b3c9b 100644 --- a/environments/toy_text/index.html +++ b/environments/toy_text/index.html @@ -6,12 +6,11 @@ - + Toy Text - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/environments/toy_text/taxi/index.html b/environments/toy_text/taxi/index.html index 7f3c4cf49..78738e7fc 100644 --- a/environments/toy_text/taxi/index.html +++ b/environments/toy_text/taxi/index.html @@ -6,12 +6,11 @@ - + Taxi - Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/genindex/index.html b/genindex/index.html index 26bb99d4b..c18b2f306 100644 --- a/genindex/index.html +++ b/genindex/index.html @@ -5,11 +5,10 @@ - Index - Gymnasium Documentation + Index - Gymnasium Documentation - - + @@ -36,6 +35,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/index.html b/index.html index c04b494bf..42e006d40 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,11 @@ - + Gymnasium Documentation - - + @@ -38,6 +37,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + - - - - - - - + \ No newline at end of file diff --git a/search/index.html b/search/index.html index 2ba922fc6..5ffcf456a 100644 --- a/search/index.html +++ b/search/index.html @@ -5,10 +5,9 @@ - Search - Gymnasium Documentation + Search - Gymnasium Documentation - - + @@ -35,6 +34,79 @@ } + +
+
+ +
+
+
+ + The Farama Foundation + + + + + + + +
+
+
+ + The Farama Foundation + +
+
+ Projects + +
+
+
+
+
+
+ +
+ + + + + + + + @@ -372,42 +465,6 @@ - - - - - -