zxz330

Results 3 issues of zxz330

Hello,thank you for your interesting work and for sharing the code and the paper.But I ran into some issues while implementing it, could you please let me know the corresponding...

Dear authors, Thank you for sharing this wonderful code. I'd like to ask the way of torque generation mode during simulation to real.

class G1RoughCfgPPO( LeggedRobotCfgPPO ): class policy: init_noise_std = 0.8 actor_hidden_dims = [32] critic_hidden_dims = [32] activation = 'elu' # can be elu, relu, selu, crelu, lrelu, tanh, sigmoid # only...