Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Sep 29, 2023
1 parent ccc7cf1 commit 9b0874c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,24 @@ Or also clone it locally to access the configs and scripts
git clone https://github.com/facebookresearch/BenchMARL.git
pip install -e BenchMARL
```
#### Install environments

All enviornment dependencies are optional in BenchMARL and can be installed separately.

**VMAS**

```bash
pip install vmas
```

**PettingZoo**
```bash
pip install "pettingzoo[all]"
```

**SMACv2**

Follow the instructions on the environment [repository](https://github.com/oxwhirl/smacv2).

### Run

Expand Down

0 comments on commit 9b0874c

Please sign in to comment.