Improbable-AI / walk-these-ways

Sim-to-real RL training and deployment tools for the Unitree Go1 robot.
https://gmargo11.github.io/walk-these-ways/
Other
488 stars 129 forks source link

How to create data to retrain the actuator net? #38

Closed Robokan closed 1 year ago

Robokan commented 1 year ago

I would like to retrain the actuator net to be using a p_gain=30 and a slightly higher d_gain. The defaults have an amazing spring to them but not great for some of my motion captured gaits. I have LCMAgent all set up and working. I am assuming it can capture the data live from the agent. How do I set this up and what kinds of movements should it make to get the best data for training?

Thanks for taking the time to answer these questions. I am so close to getting it all my NN up and running on the Go1.

Robokan commented 1 year ago

looks to be a duplicate of #30