TL;DR
Existing reinforcement learning methods for humanoid robots often treat motion tracking and fall recovery as separate tasks, limiting their effectiveness. Stubborn is a unified reinforcement learning framework that employs an asymmetric Actor-Critic architecture to enhance motion tracking and facilitate fall recovery.
✦ Why It Matters
Engineers can implement Stubborn's unified framework to enhance humanoid robot performance in motion tracking and recovery tasks.
Key Takeaways
How It Works
Stubborn employs an asymmetric Actor-Critic architecture, which separates the roles of the actor (policy) and critic (value function) to optimize learning. The yaw-aligned tracking representation helps reduce the impact of global drift, ensuring that the robot maintains balance during motion.
The Bernoulli-based probabilistic termination mechanism allows the robot to continue learning from failures, promoting exploration of recovery strategies. The dynamic sampling strategy adjusts the training focus based on the robot's tracking performance, ensuring that difficult motion segments receive more attention during training.
Related