Core Concepts
Proposing a hybrid planning method combining sampling and gradient-based approaches to improve performance in contact-rich manipulation tasks.
Abstract
The content discusses the challenges of planning for contact-rich manipulation due to discontinuous dynamics. It introduces a planning method that combines sampling and gradient-based techniques, leveraging the Cross-entropy Method (CEM) to enhance initialization and handle state constraints. The approach is validated in MuJoCo environments, showing improved performance in contact transitions.
1. Introduction:
- Contact-rich manipulation tasks involve dynamic environmental constraints.
- Safety and robustness are crucial for handling discontinuous dynamics.
2. Related Works:
- Model-based planning with complementary conditions for contact constraints.
- Hybrid dynamics models have been used for different contact modes.
3. Online Planning Method:
- Estimation of hybrid state using a particle filter.
- Proposed Cross-Entropy Method (CEM) for action sampling and trajectory evaluation.
- Model Predictive Control (MPC) problem formulation with multiple-shooting transcription.
4. Simulation Studies:
- Performance comparison on MuJoCo Gym environments.
- Contrast between CEM and MPC in stiff contact scenarios.
5. Experiments:
- Validation of the proposed approach on real-world vertical and pivot contact tasks.
Stats
Sampling-based planners have higher sample complexity in high-dimensional problems.
Gradient-based solvers can suffer from local optima and poor convergence rates on non-smooth problems.
The proposed approach leverages CEM to initialize a gradient-based solver.
Quotes
"Sampling-based planners have been used in contact planning."
"The proposed approach improves over both MPC and CEM."