Skip to content

Commit

Permalink
[Doc] Update distributed_replay_buffer.py reference (#1105)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Nov 23, 2024
1 parent df61d64 commit d5fcace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Although the call to :obj:`rpc.rpc_sync` involved passing the entire tensordict,
updating specific indices of this object and return it to the original worker,
the execution of this snippet is extremely fast (even more so if the reference
to the memory location is already passed beforehand, see `torchrl's distributed
replay buffer documentation <https://github.com/pytorch/rl/blob/main/examples/distributed/distributed_replay_buffer.py>`_ to learn more).
replay buffer documentation <https://github.com/pytorch/rl/blob/main/examples/distributed/replay_buffers/distributed_replay_buffer.py>`_ to learn more).

The script contains additional RPC configuration steps that are beyond the
purpose of this document.

0 comments on commit d5fcace

Please sign in to comment.