I have moved static fields in DQNAgent to instance attributes as we disscussed in #208.
I have also fixed big bug in LearningTask, what I also described in #209 (epsilon was decreasing after each agent's step so It falls to 0 really fast, now It decreases after each episode).
I have moved static fields in DQNAgent to instance attributes as we disscussed in #208. I have also fixed big bug in LearningTask, what I also described in #209 (epsilon was decreasing after each agent's step so It falls to 0 really fast, now It decreases after each episode).