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'm encountering errors while training the DPPO algorithm with the original legged_gym environment. The issue is that len(hidden_dims) is one more than len(activations), but the error persists. How can I resolve this? Any advice would be appreciated!