krezelj / academia

Repository for a Bachelor's Thesis at Warsaw University of Technology that touches on the topic of Curriculum Learning.
MIT License
7 stars 0 forks source link

Decay eps and dqn static #210

Closed Szymon-Gut closed 10 months ago

Szymon-Gut commented 10 months ago

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).