devsisters / DQN-tensorflow

Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
MIT License
2.48k stars 764 forks source link

No updates to the learning rate #53

Open samre12 opened 6 years ago

samre12 commented 6 years ago

This suggests that the maximum of the minimum learning rate and exponentially decayed rate is calculated. But in the configurations file, both the learning rate and the minimum learning rate are supplied the same values. This will result in no updates to the learning rate with more training steps. OR Is this specifically for the case with no updates in the learning rate? Thanks.