kristjankorjus / Replicating-DeepMind

Reproducing the results of "Playing Atari with Deep Reinforcement Learning" by DeepMind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write tests for MemoryD

tambetm opened this issue · comments

MemoryD class contains some non-trivial logic. As it is completely independent class, it should be easy to write tests for this class. This would ensure, that it works correctly. And maybe do some profiling as well.