Skip to content

Commit 79c13a1

Browse files
authored
[Doc] PPO Tutorial (#913)
1 parent 29f2bcc commit 79c13a1

File tree

4 files changed

+717
-2
lines changed

4 files changed

+717
-2
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ functorch
1616
gym[classic_control]
1717
torchvision
1818
dm_control
19-
gym
2019
atari-py
2120
ale-py
2221
gym[accept-rom-license]
29.6 KB
Loading

docs/source/index.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,32 @@ TorchRL aims at a high modularity and good runtime performance.
3030
Tutorials
3131
=========
3232

33+
Basics
34+
------
35+
3336
.. toctree::
3437
:maxdepth: 2
3538

3639
tutorials/torchrl_demo
37-
tutorials/pretrained_models
40+
tutorials/coding_ppo
3841
tutorials/tensordict_tutorial
3942
tutorials/tensordict_module
43+
44+
Intermediate
45+
------------
46+
47+
.. toctree::
48+
:maxdepth: 2
49+
4050
tutorials/torch_envs
51+
tutorials/pretrained_models
52+
53+
Advanced
54+
--------
55+
56+
.. toctree::
57+
:maxdepth: 2
58+
4159
tutorials/multi_task
4260
tutorials/coding_ddpg
4361
tutorials/coding_dqn

0 commit comments

Comments
 (0)