You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[44], line 29
26 print("episode are grouped", sample["episode"])
27 print("steps are successive", sample["steps"])
---> 29 gc.collect()
NameError: name 'gc' is not defined
The text was updated successfully, but these errors were encountered:
BrikeX
changed the title
"NameError: name 'gc' is not defined" in "Using Replay Buffers" tutorial
[BUG] - "NameError: name 'gc' is not defined" in "Using Replay Buffers" tutorial
Mar 18, 2025
svekars
added
the
rl
Issues related to reinforcement learning tutorial, DQN, and so on
label
Mar 18, 2025
In the section "Storing trajectories", an error is reported in the following code
as
cc @vmoens @nairbv
The text was updated successfully, but these errors were encountered: