Skip to content

Commit

Permalink
[Docs] Reintroduce BenchMARL pointers in MARL tutos (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed May 14, 2024
1 parent e77f0dd commit 259f20d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tutorials/sphinx-tutorials/multiagent_competitive_ddpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
===========================================================================
**Author**: `Matteo Bettini <https://github.com/matteobettini>`_
.. seealso::
The `BenchMARL <https://github.com/facebookresearch/BenchMARL>`__ library provides state-of-the-art
implementations of MARL algorithms using TorchRL.
This tutorial demonstrates how to use PyTorch and TorchRL to
solve a Competitive Multi-Agent Reinforcement Learning (MARL) problem.
Expand Down
4 changes: 4 additions & 0 deletions tutorials/sphinx-tutorials/multiagent_ppo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
===============================================================
**Author**: `Matteo Bettini <https://github.com/matteobettini>`_
.. seealso::
The `BenchMARL <https://github.com/facebookresearch/BenchMARL>`__ library provides state-of-the-art
implementations of MARL algorithms using TorchRL.
This tutorial demonstrates how to use PyTorch and :py:mod:`torchrl` to
solve a Multi-Agent Reinforcement Learning (MARL) problem.
Expand Down

0 comments on commit 259f20d

Please sign in to comment.