legged_gym
legged_gym copied to clipboard
How to train the actuator network?
Thank you for the great work.
I am wondering how can I train the actuator network for my unitree robot. Do you have any repo/code that you used to obtain the actuator network for anymal C (which is in resources)?
Thank you.
Maybe this one? https://github.com/junja94/anymal_science_robotics_supplementary
I also would like to know this. How did you (@nikitardn) train the actuator network? I could check the theory behind the training in the paper from Hwangbo et al. that MLP is used to train the network.
-The usual format of the MLP (trained with Keras) is saved_model.pb
, whereas the provided file has the format of anydrive_v3_lstm.pt
. Did you run the training with Isaac Gym also?
Hi guys, did you find something about it?
Hi, I have met the same problem. Does anyone have any idea with how the actuator trained?