Hello everyone. I have tried to simulate Pupper V2 in Isaac Gym, aimed at learning reinforcement learning based controller for the robot. I built on top of IsaacGymEnvs's Anymal example, using URDF files from
https://github.com/G-Levine/puppersim/ . However after the simulation started, the pupper just fell down and had shown no tendency to improve after many learning steps. Could anyone help me inspecting my code(
https://github.com/fokx/IsaacGymEnvs)? Thanks a lot!