BeTomorrow / ReImproveJS

A framework using TensorFlow.js for Deep Reinforcement Learning
MIT License
123 stars 16 forks source link

Question: Why are Convolutional Networks not Recommended? #18

Open 360disrupt opened 4 years ago

360disrupt commented 4 years ago

On the MIT lecture e.g. they have an example of a DQN with convolutional layers. https://youtu.be/i6Mi2_QM3rA?t=1531 Or here: https://towardsdatascience.com/welcome-to-deep-reinforcement-learning-part-1-dqn-c3cab4d41b6b

Would be interested if this is a problem in general or just with this implementation of DQN. I couldn't find anywhere that it is a problem.

Pravez commented 4 years ago

It is not a problem, it is just that I started developing it but I had not enough time to fully test and finish it. Some things were working but actually need to be revamped etc . So for now the feature is not functional.