File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,8 @@ def angle_normalize(x):
293
293
294
294
def _reset (self , tensordict ):
295
295
if tensordict is None or tensordict .is_empty ():
296
- # if no tensordict is passed, we generate a single set of hyperparameters
297
- # Otherwise, we assume that the input tensordict contains all the relevant
296
+ # if no `` tensordict`` is passed, we generate a single set of hyperparameters
297
+ # Otherwise, we assume that the input `` tensordict`` contains all the relevant
298
298
# parameters to get started.
299
299
tensordict = self .gen_params (batch_size = self .batch_size )
300
300
@@ -303,7 +303,7 @@ def _reset(self, tensordict):
303
303
low_th = - high_th
304
304
low_thdot = - high_thdot
305
305
306
- # for non batch-locked envs , the input ``tensordict`` shape dictates the number
306
+ # for non batch-locked environments , the input ``tensordict`` shape dictates the number
307
307
# of simulators run simultaneously. In other contexts, the initial
308
308
# random state's shape will depend upon the environment batch-size instead.
309
309
th = (
You can’t perform that action at this time.
0 commit comments