Skip to content

Commit b174811

Browse files
authored
Update advanced_source/pendulum.py
1 parent a003084 commit b174811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/pendulum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def _reset(self, tensordict):
303303
low_th = -high_th
304304
low_thdot = -high_thdot
305305

306-
# for non batch-locked envs, the input tensordict shape dictates the number
306+
# for non batch-locked envs, the input ``tensordict`` shape dictates the number
307307
# of simulators run simultaneously. In other contexts, the initial
308308
# random state's shape will depend upon the environment batch-size instead.
309309
th = (

0 commit comments

Comments
 (0)