ROSYSep 15, 2021

Infusing model predictive control into meta-reinforcement learning for mobile robots in dynamic environments

arXiv:2109.07120v316 citations
Originality Incremental advance
AI Analysis

This work addresses adaptive decision-making for mobile robots in dynamic settings, representing an incremental advancement by hybridizing existing methods.

The authors tackled the problem of enabling mobile robots to adapt quickly to dynamic environments by combining meta-reinforcement learning with model predictive control, resulting in improved learning efficiency and navigation quality in simulations.

The successful operation of mobile robots requires them to adapt rapidly to environmental changes. To develop an adaptive decision-making tool for mobile robots, we propose a novel algorithm that combines meta-reinforcement learning (meta-RL) with model predictive control (MPC). Our method employs an off-policy meta-RL algorithm as a baseline to train a policy using transition samples generated by MPC when the robot detects certain events that can be effectively handled by MPC, with its explicit use of robot dynamics. The key idea of our method is to switch between the meta-learned policy and the MPC controller in a randomized and event-triggered fashion to make up for suboptimal MPC actions caused by the limited prediction horizon. During meta-testing, the MPC module is deactivated to significantly reduce computation time in motion control. We further propose an online adaptation scheme that enables the robot to infer and adapt to a new task within a single trajectory. The performance of our method has been demonstrated through simulations using a nonlinear car-like vehicle model with (i) synthetic movements of obstacles, and (ii) real-world pedestrian motion data. The simulation results indicate that our method outperforms other algorithms in terms of learning efficiency and navigation quality.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes