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
Hi,
I'm a bit confused about this line here. Can you explain why you use mean * 0.0 + std here? Wouldn't it be std not changing throughout the whole training process?
Hi,
I'm a bit confused about this line here. Can you explain why you use mean * 0.0 + std here? Wouldn't it be std not changing throughout the whole training process?
HOVER/third_party/rsl_rl/rsl_rl/modules/actor_critic.py
Line 129 in 43ee08b
Thanks!
Percy