b0d15d7380ad191e.tex
1: \begin{abstract}
2: A key component of many robotics model-based planning and control algorithms is physics predictions, that is, forecasting a sequence of states given an initial state and a sequence of controls.
3: This process is slow and a major computational bottleneck for robotics planning algorithms.
4: Parallel-in-time integration methods can help to leverage parallel computing to accelerate physics predictions and thus planning.
5: 
6: The Parareal algorithm iterates between a coarse serial integrator and a fine parallel integrator.
7: A key challenge is to devise a coarse model that is computationally cheap but accurate enough for Parareal to converge quickly.
8: Here, we investigate the use of a deep neural network physics model as a coarse model for Parareal in the context of robotic manipulation.
9: 
10: In simulated experiments using the physics engine Mujoco as fine propagator we show that the learned coarse model leads to faster Parareal convergence  than a coarse physics-based model.
11: We further show that the learned coarse model allows to apply Parareal to scenarios with multiple objects, where the physics-based coarse model is not applicable.
12: 
13: Finally, we conduct experiments on a real robot and show that Parareal predictions are close to real-world physics predictions for robotic pushing of multiple objects. { Code\footnote{\url{https://doi.org/10.5281/zenodo.3779085}} and videos\footnote{\url{https://youtu.be/wCh2o1rf-gA}} are publicly available. }
14: 
15: \keywords{Parallel-in-Time \and Parareal \and Manipulation \and Robotics \and Planning \and Neural Network \and Model-Predictive Control \and Learning}
16: \end{abstract}
17: