Skip to content

Commit 259f20d

Browse files
[Docs] Reintroduce BenchMARL pointers in MARL tutos (#2159)
1 parent e77f0dd commit 259f20d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tutorials/sphinx-tutorials/multiagent_competitive_ddpg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
===========================================================================
44
**Author**: `Matteo Bettini <https://github.com/matteobettini>`_
55
6+
.. seealso::
7+
The `BenchMARL <https://github.com/facebookresearch/BenchMARL>`__ library provides state-of-the-art
8+
implementations of MARL algorithms using TorchRL.
9+
610
This tutorial demonstrates how to use PyTorch and TorchRL to
711
solve a Competitive Multi-Agent Reinforcement Learning (MARL) problem.
812

tutorials/sphinx-tutorials/multiagent_ppo.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
===============================================================
44
**Author**: `Matteo Bettini <https://github.com/matteobettini>`_
55
6+
.. seealso::
7+
The `BenchMARL <https://github.com/facebookresearch/BenchMARL>`__ library provides state-of-the-art
8+
implementations of MARL algorithms using TorchRL.
9+
610
This tutorial demonstrates how to use PyTorch and :py:mod:`torchrl` to
711
solve a Multi-Agent Reinforcement Learning (MARL) problem.
812

0 commit comments

Comments
 (0)