IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

BUG in Rainbow #373

Closed eslambakr closed 5 years ago

eslambakr commented 5 years ago

Hello, Thanks for this amazing work. I think there is a bug in Rainbow algorithm as the exploration is 0!

gal-leibovich commented 5 years ago

Hi @eslambakr,

Thanks a lot!

Rainbow's exploration policy is based on NoisyNet as can be seen here. There is no printed exploration parameter just since there isn't one with this exploration policy.

I hope that this answers your question.

Gal

eslambakr commented 5 years ago

I see, thank you for the clarification