paper-with-me

홈 › Papers

RoboArm-NMP: a Learning Environment for Neural Motion Planning

2024-05-25 · Tom Jurgenson, Matan Sudry, Gal Avineri, Aviv Tamar

We present RoboArm-NMP, a learning and evaluation environment that allows simple and thorough evaluations of Neural Motion Planning (NMP) algorithms, focused on robotic manipulators. Our Python-based environment provides baseline implementations for learning control policies (either supervised or reinforcement learning based), a simulator based on PyBullet, data of solved instances using a classical motion planning solver, various representation learning methods for encoding the obstacles, and a clean interface between the learning and planning frameworks. Using RoboArm-NMP, we compare several prominent NMP design points, and demonstrate that the best methods mostly succeed in generalizing to unseen goals in a scene with fixed obstacles, but have difficulty in generalizing to unseen obstacle configurations, suggesting focus points for future research.

📄 PDF Abstract BibTeX arXiv:2405.16335

Code (0)

등록된 구현이 없습니다.

Tasks

Motion PlanningRepresentation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

RoboArmGS: High-Quality Robotic Arm Splatting via Bézier Curve Refinement

2025-11-22 · Hao Wang, Xiaobao Wei, Ying Li, Qingpo Wuwu 외 arxiv

Constructing photorealistic and controllable robotic arm digital assets from real observations is fundamental to robotic applications. Current approaches naively bind static 3D Gaussians according to URDF links, forcing …

Motion Planning Networks

2018-06-14 · Ahmed H. Qureshi, Anthony Simeonov, Mayur J. Bency, Michael C. Yip

Fast and efficient motion planning algorithms are crucial for many state-of-the-art robotics applications such as self-driving cars. Existing motion planning methods become ineffective as their computational complexity i…

Motion PlanningSelf-Driving CarsTransfer Learning

Motion Planning in Dynamic Environments: A Survey from Classical to Modern Methods

2026-06-01 · Zongyuan Shen, Yaming Ou, Shalabh Gupta, Shancheng Zhao 외 arxiv

Motion planning in dynamic environments requires robots to continuously adapt their paths in response to environmental changes for safe and uninterrupted navigation. While many surveys have reviewed planning in static se…

Reinforcement LearningMotion Planning

Planning the path with Reinforcement Learning: Optimal Robot Motion Planning in RoboCup Small Size League Environments

2024-04-23 · Mateus G. Machado, João G. Melo, Cleber Zanchettin, Pedro H. M. Braga 외

This work investigates the potential of Reinforcement Learning (RL) to tackle robot motion planning challenges in the dynamic RoboCup Small Size League (SSL). Using a heuristic control approach, we evaluate RL's effectiv…

Motion PlanningReinforcement Learning (RL)

Towards Learning Scalable Agile Dynamic Motion Planning for Robosoccer Teams with Policy Optimization

2025-02-08 · Brandon Ho, Batuhan Altundas, Matthew Gombolay

In fast-paced, ever-changing environments, dynamic Motion Planning for Multi-Agent Systems in the presence of obstacles is a universal and unsolved problem. Be it from path planning around obstacles to the movement of ro…

Motion Planning