We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d58b7 commit 046693dCopy full SHA for 046693d
intermediate_source/reinforcement_ppo.py
@@ -337,7 +337,7 @@
337
print("Shape of the rollout TensorDict:", rollout.batch_size)
338
339
######################################################################
340
-# Our rollout data has a shape of ``torch.Size([3])`, which matches the number of steps
+# Our rollout data has a shape of ``torch.Size([3])``, which matches the number of steps
341
# we ran it for. The ``"next"`` entry points to the data coming after the current step.
342
# In most cases, the ``"next""`` data at time `t` matches the data at ``t+1``, but this
343
# may not be the case if we are using some specific transformations (for example, multi-step).
0 commit comments