ROAILGApr 9, 2025

Learning global control of underactuated systems with Model-Based Reinforcement Learning

arXiv:2504.06721v1h-index: 15
Originality Synthesis-oriented
AI Analysis

This is an incremental application of an existing method to new competition tasks, addressing control challenges in robotics.

The paper tackled the problem of controlling underactuated systems like pendubot and acrobot using the MC-PILCO model-based reinforcement learning algorithm, achieving success in the AI Olympics competition by leveraging its data efficiency and prior wins.

This short paper describes our proposed solution for the third edition of the "AI Olympics with RealAIGym" competition, held at ICRA 2025. We employed Monte-Carlo Probabilistic Inference for Learning Control (MC-PILCO), an MBRL algorithm recognized for its exceptional data efficiency across various low-dimensional robotic tasks, including cart-pole, ball \& plate, and Furuta pendulum systems. MC-PILCO optimizes a system dynamics model using interaction data, enabling policy refinement through simulation rather than direct system data optimization. This approach has proven highly effective in physical systems, offering greater data efficiency than Model-Free (MF) alternatives. Notably, MC-PILCO has previously won the first two editions of this competition, demonstrating its robustness in both simulated and real-world environments. Besides briefly reviewing the algorithm, we discuss the most critical aspects of the MC-PILCO implementation in the tasks at hand: learning a global policy for the pendubot and acrobot systems.

Foundations

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

Your Notes