paper-with-me

홈 › Papers

ReLMoGen: Leveraging Motion Generation in Reinforcement Learning for Mobile Manipulation

2020-08-18 · Fei Xia, Chengshu Li, Roberto Martín-Martín, Or Litany, Alexander Toshev, Silvio Savarese

Many Reinforcement Learning (RL) approaches use joint control signals (positions, velocities, torques) as action space for continuous control tasks. We propose to lift the action space to a higher level in the form of subgoals for a motion generator (a combination of motion planner and trajectory executor). We argue that, by lifting the action space and by leveraging sampling-based motion planners, we can efficiently use RL to solve complex, long-horizon tasks that could not be solved with existing RL methods in the original action space. We propose ReLMoGen -- a framework that combines a learned policy to predict subgoals and a motion generator to plan and execute the motion needed to reach these subgoals. To validate our method, we apply ReLMoGen to two types of tasks: 1) Interactive Navigation tasks, navigation problems where interactions with the environment are required to reach the destination, and 2) Mobile Manipulation tasks, manipulation tasks that require moving the robot base. These problems are challenging because they are usually long-horizon, hard to explore during training, and comprise alternating phases of navigation and interaction. Our method is benchmarked on a diverse set of seven robotics tasks in photo-realistic simulation environments. In all settings, ReLMoGen outperforms state-of-the-art Reinforcement Learning and Hierarchical Reinforcement Learning baselines. ReLMoGen also shows outstanding transferability between different motion generators at test time, indicating a great potential to transfer to real robots.

📄 PDF Abstract BibTeX arXiv:2008.07792

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlHierarchical Reinforcement LearningMotion Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

CineMobile: On-Device Image-to-Video Diffusion for Cinematic Camera Motion Generation

2026-07-04 · Xuyao Huang, Zelai Deng, Xu Wang, Xizhong Xiao 외 hf

The growing demand for image-to-video creation on mobile devices has increasingly focused on cinematic motion effects like bullet time, dolly zoom, slow motion, etc. While Diffusion Transformers (DiTs) exhibit strong per…

Reinforcement LearningVideo Generation

LaMOuR: Leveraging Language Models for Out-of-Distribution Recovery in Reinforcement Learning

2025-03-21 · Chan Kim, Seung-Woo Seo, Seong-Woo Kim

Deep Reinforcement Learning (DRL) has demonstrated strong performance in robotic control but remains susceptible to out-of-distribution (OOD) states, often resulting in unreliable actions and task failure. While previous…

Code GenerationDeep Reinforcement LearningImage DescriptionLogical Reasoning

Deep Reinforcement Learning for Motion Planning of Mobile Robots

2019-12-19 · Leonid Butyrev, Thorsten Edelhäußer, Christopher Mutschler

This paper presents a novel motion and trajectory planning algorithm for nonholonomic mobile robots that uses recent advances in deep reinforcement learning. Starting from a random initial state, i.e., position, velocity…

Deep Reinforcement LearningMotion PlanningPositionreinforcement-learning+3

N$^2$M$^2$: Learning Navigation for Arbitrary Mobile Manipulation Motions in Unseen and Dynamic Environments

2022-06-17 · Daniel Honerkamp, Tim Welschehold, Abhinav Valada

Despite its importance in both industrial and service robotics, mobile manipulation remains a significant challenge as it requires a seamless integration of end-effector trajectory generation with navigation skills as we…

Navigate

Robot Navigation with Reinforcement Learned Path Generation and Fine-Tuned Motion Control

2022-10-19 · Longyuan Zhang, Ziyue Hou, Ji Wang, Ziang Liu 외

In this paper, we propose a novel reinforcement learning (RL) based path generation (RL-PG) approach for mobile robot navigation without a prior exploration of an unknown environment. Multiple predictive path points are …

Reinforcement Learning (RL)Robot Navigation