Isaac Lab Example: Dual-Arm Nero Reach Training NVIDIA Isaac Lab has been extended to support the AgileX Dual-Arm Nero Manipulator, enabling developers to train dual-arm reinforcement learning policies for robotic manipulation. The open-source implementation provides robot configuration files, URDF assets, and training scripts for reach tasks. This integration aims to accelerate research in adaptive robotic control for unstructured environments. 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: smalleha/isaac so arm101: Isaac Lab external project for SO-ARM100/101 arm robot. https://github.com/smalleha/isaac so arm101 ├── 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: