Table of Contents
Fetching ...

Hybrid Robot Learning for Automatic Robot Motion Planning in Manufacturing

Siddharth Singh, Tian Yu, Qing Chang, John Karigiannis, Shaopeng Liu

TL;DR

This work tackles automatic robot motion planning in dynamic manufacturing settings by proposing a multi-level hybrid framework that unifies a task-space RL-LfD agent with a joint-space DRL planner, coordinated by an RL-based switching policy. A feasibility map that integrates reachability, manipulability, and collision checks guides trajectory generation, enabling efficient offline training and robust online execution. The RL-LfD component quickly captures task-space constraints from demonstrations, while the DRL component corrects infeasible joint-space segments, with the switching policy ensuring smooth transitions. Across simulation and industrial case studies, the hybrid approach outperforms pure DRL or LfD methods in training efficiency and task success, demonstrating practical potential for adaptive, collision-free motion in condensed workspaces with humans and machines.

Abstract

Industrial robots are widely used in diverse manufacturing environments. Nonetheless, how to enable robots to automatically plan trajectories for changing tasks presents a considerable challenge. Further complexities arise when robots operate within work cells alongside machines, humans, or other robots. This paper introduces a multi-level hybrid robot motion planning method combining a task space Reinforcement Learning-based Learning from Demonstration (RL-LfD) agent and a joint-space based Deep Reinforcement Learning (DRL) based agent. A higher level agent learns to switch between the two agents to enable feasible and smooth motion. The feasibility is computed by incorporating reachability, joint limits, manipulability, and collision risks of the robot in the given environment. Therefore, the derived hybrid motion planning policy generates a feasible trajectory that adheres to task constraints. The effectiveness of the method is validated through sim ulated robotic scenarios and in a real-world setup.

Hybrid Robot Learning for Automatic Robot Motion Planning in Manufacturing

TL;DR

This work tackles automatic robot motion planning in dynamic manufacturing settings by proposing a multi-level hybrid framework that unifies a task-space RL-LfD agent with a joint-space DRL planner, coordinated by an RL-based switching policy. A feasibility map that integrates reachability, manipulability, and collision checks guides trajectory generation, enabling efficient offline training and robust online execution. The RL-LfD component quickly captures task-space constraints from demonstrations, while the DRL component corrects infeasible joint-space segments, with the switching policy ensuring smooth transitions. Across simulation and industrial case studies, the hybrid approach outperforms pure DRL or LfD methods in training efficiency and task success, demonstrating practical potential for adaptive, collision-free motion in condensed workspaces with humans and machines.

Abstract

Industrial robots are widely used in diverse manufacturing environments. Nonetheless, how to enable robots to automatically plan trajectories for changing tasks presents a considerable challenge. Further complexities arise when robots operate within work cells alongside machines, humans, or other robots. This paper introduces a multi-level hybrid robot motion planning method combining a task space Reinforcement Learning-based Learning from Demonstration (RL-LfD) agent and a joint-space based Deep Reinforcement Learning (DRL) based agent. A higher level agent learns to switch between the two agents to enable feasible and smooth motion. The feasibility is computed by incorporating reachability, joint limits, manipulability, and collision risks of the robot in the given environment. Therefore, the derived hybrid motion planning policy generates a feasible trajectory that adheres to task constraints. The effectiveness of the method is validated through sim ulated robotic scenarios and in a real-world setup.

Paper Structure

This paper contains 24 sections, 23 equations, 11 figures, 3 tables, 3 algorithms.

Figures (11)

  • Figure 1: Framework of the proposed multi-level hybrid motion planning technique.
  • Figure 2: Schematic picture of the feasibility map in a robotic workspace.
  • Figure 3: Mapping the demonstrated skill (blue line) to the new task with the new starting and goal configuration $D_1'$ and $D_n'$.
  • Figure 4: Human-in-the-loop LfD based RL scheme
  • Figure 5: Experimental setup with feasibility map used for simulation study.
  • ...and 6 more figures