Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc0e0a6

Browse files
author
Svetlana Karslioglu
authored
Move coding_ddpg to advanced and add image (#2465)
1 parent d19c1db commit cc0e0a6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

_static/img/replaybuffer_traj.png

246 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ def make_replay_buffer(buffer_size, batch_size, random_crop_len, prefetch=3, prb
988988
# samples sub-trajectories of 2 time steps each.
989989
#
990990
# .. figure:: /_static/img/replaybuffer_traj.png
991-
# :alt: Storign trajectories in the replay buffer
991+
# :alt: Storing trajectories in the replay buffer
992992
#
993993
# Let's start with the number of frames stored in the buffer
994994

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ What's new in PyTorch tutorials?
299299
:header: Code a DDPG Loss
300300
:card_description: Use TorchRL to code a DDPG Loss
301301
:image: _static/img/half_cheetah.gif
302-
:link: intermediate/coding_ddpg.html
302+
:link: advanced/coding_ddpg.html
303303
:tags: Reinforcement-Learning
304304

305305

0 commit comments

Comments
 (0)