Highlights
- New [GNN Model](https://benchmarl.readthedocs.io/en/latest/generated/benchmarl.models.Gnn.html#benchmarl.models.Gnn)
- New [VMAS scenarios and VMAS MPE scenarios](https://benchmarl.readthedocs.io/en/latest/generated/benchmarl.environments.VmasTask.html#benchmarl.environments.VmasTask)
- Multiple bug fixes and new configuration parameters
- BenchMARL 1.1.0 is paired to TorchRL 0.3.0
What's Changed
* [Model] GNN by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/30
* [Docs] Citation by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/39
* [BugFix] Fix discrete SAC by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/40
* [Tasks] VMAS MPE (Vectorized) by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/42
* [Feature] Optional Tanh transfromed distributions in algorithms by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/45
* [Feature] Choose if evaluation is run on sampled actions or on mode by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/49
* [BugFix] Use correct types to prevent multiwalker init error. by KaleabTessera in https://github.com/facebookresearch/BenchMARL/pull/47
* [CI] Fix code cov by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/51
* [Feature] More VMAS tasks by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/48
* [Doc] Fix Typo by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/57
* [BugFix] Rename PPO params by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/59
* [Doc] Fix typo by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/60
* [CI] Run main tests with torchrl nightly and have a separate CI for testing torchrl stable by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/53
* [Refactor] Adapt PPO parameter names by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/62
* [Versioning] 1.1.0 by matteobettini in https://github.com/facebookresearch/BenchMARL/pull/61
New Contributors
* KaleabTessera made their first contribution in https://github.com/facebookresearch/BenchMARL/pull/47
**Full Changelog**: https://github.com/facebookresearch/BenchMARL/compare/1.0.0...1.1.0