Closed jobesu14 closed 5 months 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.
self.expl_behavior.policy(latent, expl_state)
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.