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.
1 parent a003084 commit b174811Copy full SHA for b174811
advanced_source/pendulum.py
@@ -303,7 +303,7 @@ def _reset(self, tensordict):
303
low_th = -high_th
304
low_thdot = -high_thdot
305
306
- # for non batch-locked envs, the input tensordict shape dictates the number
+ # for non batch-locked envs, the input ``tensordict`` shape dictates the number
307
# of simulators run simultaneously. In other contexts, the initial
308
# random state's shape will depend upon the environment batch-size instead.
309
th = (
0 commit comments