diff --git a/docs/source/distributed.rst b/docs/source/distributed.rst index 832b5d800..2eaa971e3 100644 --- a/docs/source/distributed.rst +++ b/docs/source/distributed.rst @@ -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 `_ to learn more). +replay buffer documentation `_ to learn more). The script contains additional RPC configuration steps that are beyond the purpose of this document.