You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that “self.optimizer” and “self.adaptation_module_optimizer” are defined in ppo.py, but both of these two optimizers seem to be related to actor_critic. Will this cause parameters to be updated repeatedly in the update function? Looking forward to your answers.
The text was updated successfully, but these errors were encountered:
I noticed that “self.optimizer” and “self.adaptation_module_optimizer” are defined in ppo.py, but both of these two optimizers seem to be related to actor_critic. Will this cause parameters to be updated repeatedly in the update function? Looking forward to your answers.
The text was updated successfully, but these errors were encountered: