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
Thank you. I didn't notice the mistake. Fortunately, (but it is the reason I didn't notice), np.clip(0.0, self.α_μ, self.α_μ_max) behaves exactly the same way as np.clip(self.α_μ, 0.0, self.α_μ_max). Anyway I will fix it.
Hello Dai,
On lines 365 and 366 of file mpo.py the code is the following:
shouldn't it be like that?
Regards!
The text was updated successfully, but these errors were encountered: