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 15, 2024
1 parent 65bb4f3 commit 5ffd212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sota-implementations/iql/iql_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def update(sampled_tensordict):

with timeit("rb - extend"):
# add to replay buffer
tensordict = tensordict.rehsape(-1)
tensordict = tensordict.reshape(-1)
replay_buffer.extend(tensordict.cpu())
collected_frames += current_frames

Expand Down

0 comments on commit 5ffd212

Please sign in to comment.