philtabor / Deep-Q-Learning-Paper-To-Code

MIT License
342 stars 145 forks source link

DQN implementation error #18

Open majid5776 opened 11 months ago

majid5776 commented 11 months ago

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.