Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 16, 2024
1 parent a3028bb commit 18f92c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sota-implementations/sac/sac.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def update(sampled_tensordict):
pbar.update(current_frames)

with timeit("rb - extend"):
tensordict = tensordict.reshape(-1)
# Add to replay buffer
tensordict = tensordict.reshape(-1)
replay_buffer.extend(tensordict)

collected_frames += current_frames
Expand Down

0 comments on commit 18f92c6

Please sign in to comment.