File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
tutorials/sphinx-tutorials Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3
3
===========================================================================
4
4
**Author**: `Matteo Bettini <https://github.com/matteobettini>`_
5
5
6
+ .. seealso::
7
+ The `BenchMARL <https://github.com/facebookresearch/BenchMARL>`__ library provides state-of-the-art
8
+ implementations of MARL algorithms using TorchRL.
9
+
6
10
This tutorial demonstrates how to use PyTorch and TorchRL to
7
11
solve a Competitive Multi-Agent Reinforcement Learning (MARL) problem.
8
12
Original file line number Diff line number Diff line change 3
3
===============================================================
4
4
**Author**: `Matteo Bettini <https://github.com/matteobettini>`_
5
5
6
+ .. seealso::
7
+ The `BenchMARL <https://github.com/facebookresearch/BenchMARL>`__ library provides state-of-the-art
8
+ implementations of MARL algorithms using TorchRL.
9
+
6
10
This tutorial demonstrates how to use PyTorch and :py:mod:`torchrl` to
7
11
solve a Multi-Agent Reinforcement Learning (MARL) problem.
8
12
You can’t perform that action at this time.
0 commit comments