Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8636f95 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Jun 4, 2024
1 parent 2378359 commit b318876
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7d6f90ade36e89bccabba84ea21f3813
config: 87d651935df9125bea1c28362866ab85
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
12 changes: 6 additions & 6 deletions _static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@ body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /*
body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */
body[data-theme="dark"] .highlight .gd { color: #ff3a3a } /* Generic.Deleted */
body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */
body[data-theme="dark"] .highlight .gr { color: #ff3a3a } /* Generic.Error */
body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */
body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */
body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */
body[data-theme="dark"] .highlight .gt { color: #ff3a3a } /* Generic.Traceback */
body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */
Expand Down Expand Up @@ -192,17 +192,17 @@ body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bol
body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */
body:not([data-theme="light"]) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */
body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */
body:not([data-theme="light"]) .highlight .gr { color: #ff3a3a } /* Generic.Error */
body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */
body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */
body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */
body:not([data-theme="light"]) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */
body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */
Expand Down
2 changes: 1 addition & 1 deletion api/aec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h2>Usage<a class="headerlink" href="#usage" title="Link to this heading">¶</a>
</pre></div>
</div>
<p>For details on multi-objective multi-agent RL definitions, see <a class="reference external" href="https://arxiv.org/abs/1909.02964">Multi-Objective Multi-Agent Decision Making: A Utility-based Analysis and Survey</a>.</p>
<p>You can also check more examples in this colab notebook! <a class="reference external" href="https://colab.research.google.com/github/Farama-Foundation/momaland/blob/doc/notebook/momaland_demo.ipynb"><img alt="MOMAland Demo in Collab" src="https://colab.research.google.com/assets/colab-badge.svg" /></a></p>
<p>You can also check more examples in this colab notebook! <a class="reference external" href="https://colab.research.google.com/github/Farama-Foundation/momaland/blob/main/momaland_demo.ipynb"><img alt="MOMAland Demo in Collab" src="https://colab.research.google.com/assets/colab-badge.svg" /></a></p>
<p>MOMAland environments extend the base <code class="docutils literal notranslate"><span class="pre">MOAEC</span></code> class, as opposed to PettingZoo’s base <code class="docutils literal notranslate"><span class="pre">AEC</span></code> class. <code class="docutils literal notranslate"><span class="pre">MOAEC</span></code> extends <code class="docutils literal notranslate"><span class="pre">AEC</span></code> and has a <code class="docutils literal notranslate"><span class="pre">reward_space</span></code> member.</p>
<p>For more detailed documentation on the AEC API, <a class="reference external" href="https://pettingzoo.farama.org/api/aec/">see the PettingZoo documentation</a>.</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h1>API<a class="headerlink" href="#api" title="Link to this heading">¶</a></h1
</pre></div>
</div>
<p>For details on multi-objective multi-agent RL definitions, see <a class="reference external" href="https://arxiv.org/abs/1909.02964">Multi-Objective Multi-Agent Decision Making: A Utility-based Analysis and Survey</a>.</p>
<p>You can also check more examples in this colab notebook! <a class="reference external" href="https://colab.research.google.com/github/Farama-Foundation/momaland/blob/doc/notebook/momaland_demo.ipynb"><img alt="MOMAland Demo in Collab" src="https://colab.research.google.com/assets/colab-badge.svg" /></a></p>
<p>You can also check more examples in this colab notebook! <a class="reference external" href="https://colab.research.google.com/github/Farama-Foundation/momaland/blob/main/momaland_demo.ipynb"><img alt="MOMAland Demo in Collab" src="https://colab.research.google.com/assets/colab-badge.svg" /></a></p>
</section>
<section id="install">
<h1>Install<a class="headerlink" href="#install" title="Link to this heading"></a></h1>
Expand Down

0 comments on commit b318876

Please sign in to comment.