krezelj / academia

Repository for an engineering thesis at Warsaw University of Technology that touches on the topic of curriculum learning.
MIT License
7 stars 0 forks source link

Setting different `epsilon_decay` values for separate tasks in one curriculum #230

Open maciejors opened 8 months ago

maciejors commented 8 months ago

We've talked a lot about it in the group chat so I figured I'd add this issue so that we don't forget about it. Obviously it's a feature we would add after we're done with our thesis.

As in the title: allow for different epsilon_decay values for different tasks. This could especially useful when used in tandem with exploration_reset_value.

We can discuss the exact implementation details later.

maciejors commented 8 months ago

Task callbacks proposed by @krezelj could be a solution for that