Skip to content

Commit b7c93f4

Browse files
nairbvSvetlana Karsliogluvmoens
authored
Port TorchRL tutorial for DDPG Loss to pytorch.org (#2413)
* Port TorchRL tutorial for DDPG Loss to pytorch.org --------- Co-authored-by: Svetlana Karslioglu <[email protected]> Co-authored-by: Vincent Moens <[email protected]>
1 parent ea0a11c commit b7c93f4

File tree

4 files changed

+1243
-0
lines changed

4 files changed

+1243
-0
lines changed

Diff for: _static/img/half_cheetah.gif

2.26 MB
Loading

Diff for: en-wordlist.txt

+9
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ConvNets
3232
DCGAN
3333
DCGANs
3434
DDP
35+
DDPG
3536
DDQN
3637
DLRM
3738
DNN
@@ -119,6 +120,8 @@ Numpy's
119120
ONNX
120121
OpenAI
121122
OpenMP
123+
Ornstein
124+
OU
122125
PIL
123126
PPO
124127
Plotly
@@ -150,6 +153,7 @@ Spacy
150153
TPU
151154
TensorBoard
152155
TensorBoards
156+
TensorDict
153157
TextVQA
154158
Tokenization
155159
TorchDynamo
@@ -160,6 +164,7 @@ TorchRL's
160164
TorchScript
161165
TorchX
162166
Tunable
167+
Uhlenbeck
163168
UI
164169
Unescape
165170
VGG
@@ -214,6 +219,7 @@ cpu
214219
csv
215220
cuDNN
216221
datafile
222+
dataflow
217223
dataframe
218224
dataloader
219225
dataloaders
@@ -238,6 +244,7 @@ elementwise
238244
embeddings
239245
encodings
240246
ensembling
247+
enum
241248
eq
242249
et
243250
evaluateInput
@@ -358,6 +365,7 @@ resnet
358365
restride
359366
rewinded
360367
rollout
368+
rollouts
361369
romanized
362370
runnable
363371
runtime
@@ -384,6 +392,7 @@ subreddit
384392
subregion
385393
subregion's
386394
summarization
395+
swappable
387396
tanh
388397
th
389398
thresholding

Diff for: index.rst

+8
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,14 @@ What's new in PyTorch tutorials?
295295
:link: intermediate/mario_rl_tutorial.html
296296
:tags: Reinforcement-Learning
297297

298+
.. customcarditem::
299+
:header: Code a DDPG Loss
300+
:card_description: Use TorchRL to code a DDPG Loss
301+
:image: _static/img/half_cheetah.gif
302+
:link: intermediate/coding_ddpg.html
303+
:tags: Reinforcement-Learning
304+
305+
298306

299307
.. Deploying PyTorch Models in Production
300308

0 commit comments

Comments
 (0)