Skip to content

Commit 133f423

Browse files
authored
typo
1 parent ac834ef commit 133f423

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mitdeeplearning/lab3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def parallelized_collect_rollout(batch_size, envs, model, choose_action):
8282
done = [False] * batch_size
8383
rewards = [0] * batch_size
8484

85-
tic = time.time()
8685
while True:
8786

8887
current_frames = [obs for obs in next_observations]

0 commit comments

Comments
 (0)