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
GaussianPolicy inherits from NNPolicy and in the end of GaussianPolicy constructor (init) there is a call to the parent of NNPolicy...
shouldnt it be : super(GaussianPolicy,self).__init__(env_spec)
I observed its repeating in latent_space_policy and gmm_policy as well (although there is a comment in gmm_policy about it).
so not sure its a mistake, probably my misunderstanding, but sending anyway.
Thanks for sharing the code :)
The text was updated successfully, but these errors were encountered:
GaussianPolicy inherits from NNPolicy and in the end of GaussianPolicy constructor (init) there is a call to the parent of NNPolicy...
shouldnt it be :
super(GaussianPolicy,self).__init__(env_spec)
I observed its repeating in latent_space_policy and gmm_policy as well (although there is a comment in gmm_policy about it).
so not sure its a mistake, probably my misunderstanding, but sending anyway.
Thanks for sharing the code :)
The text was updated successfully, but these errors were encountered: