Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8e2f1fb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Mar 14, 2024
1 parent ea7e6f5 commit bb7bc1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 5e7667a2240ab22809dfe8013e4ea62d
config: cba87bafa9ff7428c4c60b9949d977f8
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ <h2 class='farama-project-heading'>
<a class="reference internal image-reference" href="_images/walkers_pf.gif"><img alt="Multiple agents collaborating for various trade-offs" src="_images/walkers_pf.gif" style="width: 480px;" /></a>
</figure>
<p>MOMAland is an open source Python library for developing and comparing multi-objective multi-agent reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API. Essentially, the environments follow the standard <a class="reference external" href="https://github.com/Farama-Foundation/PettingZoo">PettingZoo APIs</a>, but return vectorized rewards as numpy arrays instead of scalar values.</p>
<p>The documentation website is at TODO, and we have a public discord server (which we also use to coordinate development work) that you can join <a class="reference external" href="https://discord.gg/bnJ6kubTg6">here</a>.</p>
<p>The documentation website is at https://momaland.farama.org/, and we have a public discord server (which we also use to coordinate development work) that you can join <a class="reference external" href="https://discord.gg/bnJ6kubTg6">here</a>.</p>
<section id="api">
<h1>API<a class="headerlink" href="#api" title="Link to this heading">#</a></h1>
<p>Similar to <a class="reference external" href="https://pettingzoo.farama.org">PettingZoo</a>, the MOMAland API models environments as simple Python <code class="docutils literal notranslate"><span class="pre">env</span></code> classes. Creating environment instances and interacting with them is very simple - here’s an example using the “momultiwalker_v0” environment:</p>
Expand Down
Loading

0 comments on commit bb7bc1e

Please sign in to comment.