Skip to content

Commit ab4e99a

Browse files
markstursvekars
andauthored
Add Recurrent DQN: Training recurrent policies (pytorch#2643)
* Add Recurrent DQN: Training recurrent policies Fixes: pytorch#2349 --------- Signed-off-by: markstur <mark.sturdevant@ibm.com> Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 789fc09 commit ab4e99a

File tree

5 files changed

+451
-4
lines changed

5 files changed

+451
-4
lines changed

Diff for: _static/img/rollout_recurrent.png

338 KB
Loading

Diff for: en-wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Colab
6262
Conv
6363
ConvNet
6464
ConvNets
65+
customizable
6566
DCGAN
6667
DCGANs
6768
DDP

Diff for: index.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,20 @@ What's new in PyTorch tutorials?
312312
:link: intermediate/mario_rl_tutorial.html
313313
:tags: Reinforcement-Learning
314314

315+
.. customcarditem::
316+
:header: Recurrent DQN
317+
:card_description: Use TorchRL to train recurrent policies
318+
:image: _static/img/rollout_recurrent.png
319+
:link: intermediate/dqn_with_rnn_tutorial.html
320+
:tags: Reinforcement-Learning
321+
315322
.. customcarditem::
316323
:header: Code a DDPG Loss
317324
:card_description: Use TorchRL to code a DDPG Loss
318325
:image: _static/img/half_cheetah.gif
319326
:link: advanced/coding_ddpg.html
320327
:tags: Reinforcement-Learning
321328

322-
323-
324329
.. Deploying PyTorch Models in Production
325330
326331

0 commit comments

Comments
 (0)