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
I have this issue when I want to implement DQN from paper to code:
cannot reshape array of size 8 into shape (4,84,84),
it's raised from: return np.array(self.stack).reshape(self.observation_space.low.shape) in StackFrame class.
thank you.