Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add docker-based usage to the installation part.
  • Loading branch information
Ivan-Zhong committed Aug 7, 2023
1 parent 55575ad commit 508deda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ $ pip install --upgrade pip
$ pip install marllib
```

### Docker-based usage

We provide a Dockerfile for building the MARLlib docker image in `MARLlib/docker/Dockerfile` and a devcontainer setup in `MARLlib/.devcontainer` folder. If you use the devcontainer, one thing to note is that you may need to customise certain arguments in `runArgs` of `devcontainer.json` according to your hardware, for example the `--shm-size` argument.

## Getting started

<details>
Expand Down

0 comments on commit 508deda

Please sign in to comment.