paper-with-me

Papers

Physics-Aware Combinatorial Assembly Sequence Planning using Data-free Action Masking

2024-08-19 · Ruixuan Liu, Alan Chen, WeiYe Zhao, Changliu Liu

Combinatorial assembly uses standardized unit primitives to build objects that satisfy user specifications. This paper studies assembly sequence planning (ASP) for physical combinatorial assembly. Given the shape of the desired object, the goal is to find a sequence of actions for placing unit primitives to build the target object. In particular, we aim to ensure the planned assembly sequence is physically executable. However, ASP for combinatorial assembly is particularly challenging due to its combinatorial nature. To address the challenge, we employ deep reinforcement learning to learn a construction policy for placing unit primitives sequentially to build the desired object. Specifically, we design an online physics-aware action mask that filters out invalid actions, which effectively guides policy learning and ensures violation-free deployment. In the end, we apply the proposed method to Lego assembly with more than 250 3D structures. The experiment results demonstrate that the proposed method plans physically valid assembly sequences to build all structures, achieving a $100\%$ success rate, whereas the best comparable baseline fails more than $40$ structures. Our implementation is available at \url{https://github.com/intelligent-control-lab/PhysicsAwareCombinatorialASP}.

📄 PDF Abstract BibTeX arXiv:2408.10162

Code (1)

intelligent-control-lab/physicsawarecombinatorialasp 공식 구현 pytorch

Tasks

Deep Reinforcement LearningObjectreinforcement-learningReinforcement Learningvalid

Similar Papers 제목 키워드 기반

ASAP: Automated Sequence Planning for Complex Robotic Assembly with Physical Feasibility

2023-09-29 · Yunsheng Tian, Karl D. D. Willis, Bassel Al Omari, Jieliang Luo 외

The automated assembly of complex products requires a system that can automatically plan a physically feasible sequence of actions for assembling many parts together. In this paper, we present ASAP, a physics-based plann…

A Unified Framework for Automated Assembly Sequence and Production Line Planning using Graph-based Optimization

2025-12-15 · Christoph Hartmann, Marios Demetriades, Kevin Prüfer, Zichen Zhang 외 arxiv

This paper presents PyCAALP (Python-based Computer-Aided Assembly Line Planning), a framework for automated Assembly Sequence Planning (ASP) and Production Line Planning (PLP), employing a graph-based approach to model c…

Learning to Assemble the Soma Cube with Legal-Action Masked DQN and Safe ZYZ Regrasp on a Doosan M0609

2025-08-29 · Jaehong Oh, Seungjun Jung, Sawoong Kim arxiv

This paper presents the first comprehensive application of legal-action masked Deep Q-Networks with safe ZYZ regrasp strategies to an underactuated gripper-equipped 6-DOF collaborative robot for autonomous Soma cube asse…

Reinforcement LearningMotion Planning

Planning a Shared Modular Fixture Layout Across Robotic Disassembly Stages

2026-08-27 · Haohui Pan, Takuya Kiyokawa, Kensuke Harada arxiv

Stable support remains challenging in robotic disassembly of irregularly shaped products. As components are progressively removed, the available support surfaces, mass distribution, and task loads change throughout the p…

IDfRA: Self-Verification for Iterative Design in Robotic Assembly

2025-09-21 · Nishka Khendry, Christos Margadji, Sebastian W. Pattinson arxiv

As robots proliferate in manufacturing, Design for Robotic Assembly (DfRA), which is designing products for efficient automated assembly, is increasingly important. Traditional approaches to DfRA rely on manual planning,…