devsisters / DQN-tensorflow

Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
MIT License
2.46k stars 765 forks source link

Why this implement don't using the original preprocess? #31

Open Seraphli opened 7 years ago

Seraphli commented 7 years ago

I searched for preprocess and couldn't find any thing. Am I missing something? Or is there a reason about that? I notice that the imlement of ReplayMemory is different from original description in the article.