paper-with-me

Papers

Combining model-predictive control and predictive reinforcement learning for stable quadrupedal robot locomotion

2023-07-15 · Vyacheslav Kovalev, Anna Shkromada, Henni Ouerdane, Pavel Osinenko

Stable gait generation is a crucial problem for legged robot locomotion as this impacts other critical performance factors such as, e.g. mobility over an uneven terrain and power consumption. Gait generation stability results from the efficient control of the interaction between the legged robot's body and the environment where it moves. Here, we study how this can be achieved by a combination of model-predictive and predictive reinforcement learning controllers. Model-predictive control (MPC) is a well-established method that does not utilize any online learning (except for some adaptive variations) as it provides a convenient interface for state constraints management. Reinforcement learning (RL), in contrast, relies on adaptation based on pure experience. In its bare-bone variants, RL is not always suitable for robots due to their high complexity and expensive simulation/experimentation. In this work, we combine both control methods to address the quadrupedal robot stable gate generation problem. The hybrid approach that we develop and apply uses a cost roll-out algorithm with a tail cost in the form of a Q-function modeled by a neural network; this allows to alleviate the computational complexity, which grows exponentially with the prediction horizon in a purely MPC approach. We demonstrate that our RL gait controller achieves stable locomotion at short horizons, where a nominal MP controller fails. Further, our controller is capable of live operation, meaning that it does not require previous training. Our results suggest that the hybridization of MPC with RL, as presented here, is beneficial to achieve a good balance between online control capabilities and computational complexity.

📄 PDF Abstract BibTeX arXiv:2307.07752

Code (0)

등록된 구현이 없습니다.

Tasks

Model Predictive Controlreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Predictive reinforcement learning based adaptive PID controller

2025-06-10 · Chaoqun Ma, Zhiyong Zhang

Purpose: This study aims to address the challenges of controlling unstable and nonlinear systems by proposing an adaptive PID controller based on predictive reinforcement learning (PRL-PID), where the PRL-PID combines th…

reinforcement-learningReinforcement Learning

Learning When to Drive in Intersections by Combining Reinforcement Learning and Model Predictive Control

2019-08-01 · Tommy Tram, Ivo Batkovic, Mohammad Ali, Jonas Sjöberg

In this paper, we propose a decision making algorithm intended for automated vehicles that negotiate with other possibly non-automated vehicles in intersections. The decision algorithm is separated into two parts: a high…

Decision MakingModel Predictive Controlreinforcement-learningReinforcement Learning+1

MPC4RL -- A Software Package for Reinforcement Learning based on Model Predictive Control

2025-01-27 · Dirk Reinhardt, Katrin Baumgärnter, Jonathan Frey, Moritz Diehl 외

In this paper, we present an early software integrating Reinforcement Learning (RL) with Model Predictive Control (MPC). Our aim is to make recent theoretical contributions from the literature more accessible to both the…

Model Predictive ControlReinforcement Learning (RL)

Learning Predictive Communication by Imagination in Networked System Control

2021-01-01 · Yali Du, Yifan Zhao, Meng Fang, Jun Wang 외

Dealing with multi-agent control in networked systems is one of the biggest challenges in Reinforcement Learning (RL) and limited success has been presented compared to recent deep reinforcement learning in single-agent …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Muscle Synergy Priors Enhance Biomechanical Fidelity in Predictive Musculoskeletal Locomotion Simulation

2026-03-11 · Ilseung Park, Eunsik Choi, Jangwhan Ahn, Jooeun Ahn arxiv

Human locomotion emerges from high-dimensional neuromuscular control, making predictive musculoskeletal simulation challenging. We present a physiology-informed reinforcement-learning framework that constrains control us…

Reinforcement Learning