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
Why does my code always throw an error:
File "D:\UAV\re_allocation\DQN.py", line 127, in sample
state, action, reward, next_state, done = zip(*batch)
TypeError: 'int' object is not iterable