chengxuxin / extreme-parkour

[ICRA 2024]: Train your parkour robot in less than 20 hours.
https://extreme-parkour.github.io
Other
598 stars 110 forks source link

loss.backward() #41

Open liuchuan19971008 opened 7 months ago

liuchuan19971008 commented 7 months ago

Hello! I have a problem.The forward frequency of depth_encoder and depth_actor are different in learn_vision.The depth_encoder is 10 Hz, but depth_actor is 50 Hz. Why there is no problem, when depth_loss.backward() if I use "depth_encoder_loss + depth_actor_loss".

zma69650 commented 3 weeks ago

@liuchuan19971008 请问问题解决了吗