Train a Dual-Arm Nero Reach Task in Isaac Lab NVIDIA Isaac Lab now supports training reinforcement learning policies for the AgileX Dual-Arm Nero Manipulator, extending the SO-ARM101 implementation. The open-source project provides robot configuration files, URDF mesh conversion, and training scripts to enable dual-arm robotic manipulation tasks. Robotic manipulation remains one of the most important research directions in embodied AI. While traditional kinematics-based controllers provide stable motion execution, they often struggle in unstructured environments where adaptability is required. Recent advances in Reinforcement Learning RL have enabled robotic arms to learn task-oriented behaviors directly from interaction, making it possible to achieve robust control policies without manually designing every motion strategy. In this project, we extend the original SO-ARM101 Isaac Lab implementation by integrating the AgileX Dual-Arm Nero Manipulator, allowing developers to quickly train and validate dual-arm RL policies using NVIDIA Isaac Lab. ReposityOpen-source implementation: https://github.com/smalleha/isaac so arm101.git https://github.com/smalleha/isaac so arm101.git ├── robots│ ├── dual nero│ │ ├── dual nero.py│ │ ├── init .py│ │ ├── meshes│ │ └── urdf│ │ └── dual nero.urdf├── scripts│ ├── rl games│ │ ├── play.py│ │ └── train.py│ └── zero agent.py├── tasks│ ├── init .py│ └── reach│ ├── agents│ ├── dual nero joint pos env cfg.py│ ├── dual nero reach env cfg.py│ ├── init .py│ └── mdp└── ui extension example.py Key additions include: Before importing the robot into Isaac Lab, mesh references inside the URDF should be converted to relative paths. For example: