denisyarats / drq

DrQ: Data regularized Q
https://sites.google.com/view/data-regularized-q
MIT License
407 stars 52 forks source link

critic update frequency #8

Closed a-z-e-r-i-l-a closed 4 years ago

a-z-e-r-i-l-a commented 4 years ago

in DRQAgent.update it seems that the critic is updated at every environment step which makes sampling from the environment rather slow.

Do you think if it's safe adding an additional frequency to the critic update?

denisyarats commented 4 years ago

Yes, you can try that, we haven't experimented with this.