jc-bao / policy-adaptation-survey

This repository is for comparing the prevailing adaptive control method in both control and learning communities.
Apache License 2.0
7 stars 1 forks source link

Poor tracking performance given uncertainty. #34

Open jc-bao opened 1 year ago

jc-bao commented 1 year ago

❓ Issue

  1. performance in an uncertain environment is much worse than without uncertainty.

plot

🤔 Possible solutions

  1. uncertainty curriculum
  2. investigate the effectiveness of different parameters.
jc-bao commented 1 year ago

🔧 Trail

🧰 Method: track only task performance

👀 Results

🤗 Conclusion

jc-bao commented 1 year ago

🔧 Trail

🧰 Method: Uncertainty-level curriculum

👀 Results

🤗 Conclusion

jc-bao commented 1 year ago

🔧 Trail

🧰 Method: check rope modelling

👀 Results

$\zeta=0.75$ $\zeta=0.9$ $\zeta=1.0$ $\zeta=1.1$
image image image image

🤗 Conclusion

jc-bao commented 1 year ago

🔧 Trail

🧰 Method: update rope parameter

code snip

        mass_joint = self.mass_drones * \
            self.mass_obj.unsqueeze(
                1) / (self.mass_drones + self.mass_obj.unsqueeze(1))
        rope_force_drones = mass_joint * \
            ((self.rope_wn ** 2) * rope_disp + 2 *
             self.rope_zeta * self.rope_wn * rope_vel)

👀 Results

🤗 Conclusion