Skip to content

Commit

Permalink
[Tutorial] Multiagent PPO tutorial (#1385)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
Co-authored-by: Vincent Moens <[email protected]>
  • Loading branch information
matteobettini and vmoens authored Jul 26, 2023
1 parent 3f4e9aa commit d41e960
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ instance/

# Sphinx documentation
docs/_build/
docs/build/
docs/source/gen_modules
docs/source/reference/generated
docs/source/tutorials
docs/src

# PyBuilder
.pybuilder/
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Intermediate
.. toctree::
:maxdepth: 1

tutorials/multiagent_ppo
tutorials/torchrl_envs
tutorials/pretrained_models
tutorials/dqn_with_rnn
Expand Down
Loading

0 comments on commit d41e960

Please sign in to comment.