Skip to content

Commit

Permalink
more docs on install
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 27, 2024
1 parent 23ed668 commit 9ec5675
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ pip install "pettingzoo[all]"
```bash
pip install dm-meltingpot
```

##### MAgent2

```bash
pip install git+https://github.com/Farama-Foundation/MAgent
```

##### SMACv2

Follow the instructions on the environment [repository](https://github.com/oxwhirl/smacv2).
Expand Down
10 changes: 10 additions & 0 deletions docs/source/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ Follow the instructions on the environment `repository <https://github.com/oxwhi
`Here <https://github.com/facebookresearch/BenchMARL/blob/main/.github/unittest/install_smacv2.sh>`_
is how we install it on linux.

MAgent2
^^^^^^^
:github:`null` `GitHub <https://github.com/Farama-Foundation/MAgent>`__


.. code-block:: console
pip install git+https://github.com/Farama-Foundation/MAgent
Install models
--------------

Expand Down

0 comments on commit 9ec5675

Please sign in to comment.