Skip to content

Commit

Permalink
[Doc] PPO Tutorial (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Feb 16, 2023
1 parent 29f2bcc commit 79c13a1
Show file tree
Hide file tree
Showing 4 changed files with 717 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ functorch
gym[classic_control]
torchvision
dm_control
gym
atari-py
ale-py
gym[accept-rom-license]
Expand Down
Binary file added docs/source/_static/img/invpendulum.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,32 @@ TorchRL aims at a high modularity and good runtime performance.
Tutorials
=========

Basics
------

.. toctree::
:maxdepth: 2

tutorials/torchrl_demo
tutorials/pretrained_models
tutorials/coding_ppo
tutorials/tensordict_tutorial
tutorials/tensordict_module

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

.. toctree::
:maxdepth: 2

tutorials/torch_envs
tutorials/pretrained_models

Advanced
--------

.. toctree::
:maxdepth: 2

tutorials/multi_task
tutorials/coding_ddpg
tutorials/coding_dqn
Expand Down
Loading

0 comments on commit 79c13a1

Please sign in to comment.