We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d06529 + 046693d commit 5ae3204Copy full SHA for 5ae3204
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