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

epsilon decay #209

Closed Szymon-Gut closed 11 months ago

Szymon-Gut commented 11 months ago

I found big bug in our learning task implementation. Now, we decays epsilon after each agent's step what causes that if falls really fast to 0. We should fix this, and what is more painful is the fact that whe should repeat our experiments with DQN Agent.