Skip to content

Commit

Permalink
Port TorchRL tutorial for DDPG Loss to pytorch.org (#2413)
Browse files Browse the repository at this point in the history
* Port TorchRL tutorial for DDPG Loss to pytorch.org
---------

Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
Co-authored-by: Vincent Moens <vincentmoens@gmail.com>
  • Loading branch information
3 people authored Jun 13, 2023
1 parent ea0a11c commit b7c93f4
Show file tree
Hide file tree
Showing 4 changed files with 1,243 additions and 0 deletions.
Binary file added _static/img/half_cheetah.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions en-wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ConvNets
DCGAN
DCGANs
DDP
DDPG
DDQN
DLRM
DNN
Expand Down Expand Up @@ -119,6 +120,8 @@ Numpy's
ONNX
OpenAI
OpenMP
Ornstein
OU
PIL
PPO
Plotly
Expand Down Expand Up @@ -150,6 +153,7 @@ Spacy
TPU
TensorBoard
TensorBoards
TensorDict
TextVQA
Tokenization
TorchDynamo
Expand All @@ -160,6 +164,7 @@ TorchRL's
TorchScript
TorchX
Tunable
Uhlenbeck
UI
Unescape
VGG
Expand Down Expand Up @@ -214,6 +219,7 @@ cpu
csv
cuDNN
datafile
dataflow
dataframe
dataloader
dataloaders
Expand All @@ -238,6 +244,7 @@ elementwise
embeddings
encodings
ensembling
enum
eq
et
evaluateInput
Expand Down Expand Up @@ -358,6 +365,7 @@ resnet
restride
rewinded
rollout
rollouts
romanized
runnable
runtime
Expand All @@ -384,6 +392,7 @@ subreddit
subregion
subregion's
summarization
swappable
tanh
th
thresholding
Expand Down
8 changes: 8 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,14 @@ What's new in PyTorch tutorials?
:link: intermediate/mario_rl_tutorial.html
:tags: Reinforcement-Learning

.. customcarditem::
:header: Code a DDPG Loss
:card_description: Use TorchRL to code a DDPG Loss
:image: _static/img/half_cheetah.gif
:link: intermediate/coding_ddpg.html
:tags: Reinforcement-Learning



.. Deploying PyTorch Models in Production
Expand Down
Loading

0 comments on commit b7c93f4

Please sign in to comment.