danijar / dreamerv3

Mastering Diverse Domains through World Models
https://danijar.com/dreamerv3
MIT License
1.36k stars 231 forks source link

remove duplicated call to exploration behavior policy #28

Closed jobesu14 closed 5 months ago

jobesu14 commented 1 year ago

Feel free to ignore/delete the PR if the extra call to self.expl_behavior.policy(latent, expl_state) is here on purpose. I tested with and without and I didn't see any difference, but felt not optimal to have this extra call.