Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Pointers to BenchMARL #1710

Merged
merged 5 commits into from
Jan 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
amend
  • Loading branch information
matteobettini committed Nov 23, 2023
commit 86a3e8614b955e101788ae97a77d99f3c766268c
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,12 @@ As mentioned above, a list of open contributions can be found in [here](https://

Contributors are recommended to install [pre-commit hooks](https://pre-commit.com/) (using `pre-commit install`). pre-commit will check for linting related issues when the code is committed locally. You can disable th check by appending `-n` to your commit command: `git commit -m <commit message> -n`

## Ecosystem

Here are some libraries that are part of the TorchRL ecosystem:
- [BenchMARL](https://github.com/facebookresearch/BenchMARL): a benchmarking library where you can train and compare MARL algorithms, tasks, and models using TorchRL!



## Disclaimer

Expand Down
Loading