Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Apr 24, 2024
1 parent c900f95 commit 91097a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
)

generate_knowledge_base_references("../../knowledge_base")
generate_tutorial_references("../../tutorials/sphinx-tutorials/", "tutorial")
generate_tutorial_references("../../tutorials/sphinx-tutorials-empty/", "tutorial")
# generate_tutorial_references("../../tutorials/src/", "src")
generate_tutorial_references("../../tutorials/media/", "media")

Expand Down
34 changes: 0 additions & 34 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,52 +70,18 @@ library. If you're in a hurry, you can start by
:ref:`the last item of the series <gs_first_training>`
and navigate to the previous ones whenever you want to learn more!

.. toctree::
:maxdepth: 1

tutorials/getting-started-0
tutorials/getting-started-1
tutorials/getting-started-2
tutorials/getting-started-3
tutorials/getting-started-4
tutorials/getting-started-5

Tutorials
=========

Basics
------

.. toctree::
:maxdepth: 1

tutorials/coding_ppo
tutorials/pendulum
tutorials/torchrl_demo

Intermediate
------------

.. toctree::
:maxdepth: 1

tutorials/multiagent_ppo
tutorials/torchrl_envs
tutorials/pretrained_models
tutorials/dqn_with_rnn
tutorials/rb_tutorial

Advanced
--------

.. toctree::
:maxdepth: 1

tutorials/multiagent_competitive_ddpg
tutorials/multi_task
tutorials/coding_ddpg
tutorials/coding_dqn

References
==========

Expand Down

0 comments on commit 91097a4

Please sign in to comment.