Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- robotics
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
<div align="center">
|
| 7 |
+
<a href="https://github.com/isaac-sim/IsaacLab-Arena">
|
| 8 |
+
<img src="https://img.shields.io/badge/GitHub-grey?logo=GitHub" alt="GitHub Badge">
|
| 9 |
+
</a>
|
| 10 |
+
<a href="https://fictional-disco-qm1zq12.pages.github.io/html/index.html">
|
| 11 |
+
<img src="https://img.shields.io/badge/Website-green" alt="Website Badge">
|
| 12 |
+
</a>
|
| 13 |
+
</div>
|
| 14 |
+
|
| 15 |
+
## Description:
|
| 16 |
+
|
| 17 |
+
Arena-Dexsuite-Lift-RL-Newton-Task is a model trained for the object lifting task in one of IsaacLab-Arena Newton example workflows. The Kuka Allergo robot learns to pick up a primitive shape on the table and lift it to target position through reinforcement learning. The task uses a command-based goal specification, where the RL agent learns to reach sampled target poses.<br><br>
|
| 18 |
+
This model is ready for non-commercial use only.
|
| 19 |
+
|
| 20 |
+
## License/Terms of Use
|
| 21 |
+
[Nvidia License](https://developer.download.nvidia.com/licenses/NVIDIA-OneWay-Noncommercial-License-22Mar2022.pdf?t=eyJscyI6ImdzZW8iLCJsc2QiOiJodHRwczovL3d3dy5nb29nbGUuY29tLyIsIm5jaWQiOiJzby15b3V0LTg3MTcwMS12dDQ4In0=)<br>
|
| 22 |
+
You are responsible for ensuring that your use of NVIDIA provided Models complies with all applicable laws. <br>
|
| 23 |
+
|
| 24 |
+
## Governing Terms
|
| 25 |
+
Your usage of the Arena-Franka-Lift-Object-RL-Task is governed by the NVIDIA License.
|
| 26 |
+
|
| 27 |
+
### Deployment Geography:
|
| 28 |
+
Global
|
| 29 |
+
|
| 30 |
+
### Release Date:
|
| 31 |
+
|
| 32 |
+
GitHub: 03/30/2026 via [isaac-sim/IsaacLab-Arena](https://github.com/isaac-sim/IsaacLab-Arena/)
|
| 33 |
+
Hugging Face: 03/30/2026 via [nvidia/Arena-Dexsuite-Lift-RL-Newton-Task](https://huggingface.co/nvidia/Arena-Dexsuite-Lift-RL-Newton-Task)
|
| 34 |
+
|
| 35 |
+
### Use Case:
|
| 36 |
+
Researchers, Academics, Open-Source Community: AI-driven robotics research and algorithm development.
|
| 37 |
+
Developers: Integrate and customize AI for various robotic applications.
|
| 38 |
+
Startups & Companies: Accelerate robotics development and reduce training costs.
|
| 39 |
+
|
| 40 |
+
## Reference(s):
|
| 41 |
+
RSL‑RL: A Learning Library for Robotics Research, arXiv preprint (2025), arXiv:2509.10771
|
| 42 |
+
|
| 43 |
+
## Model Architecture:
|
| 44 |
+
|
| 45 |
+
**Architecture Type:** Multi-layer Perceptron
|
| 46 |
+
|
| 47 |
+
**Network Architecture:**
|
| 48 |
+
The model is trained to move the Kuka end effector lifting the object to commanded target position. The model itself is a MLP network trained with on-policy PPO using RSL-RL PPO framework using Newton physics engine.
|
| 49 |
+
|
| 50 |
+
**Number of Model Parameters:**
|
| 51 |
+
105,871
|
| 52 |
+
|
| 53 |
+
## Input:
|
| 54 |
+
**Input Type:**
|
| 55 |
+
* Robot State: End-effector pose capsulating position and rotation [x, y, z, w, x, y, z]<br>
|
| 56 |
+
|
| 57 |
+
**Input Format:**
|
| 58 |
+
* Robot State: Floating Point<br>
|
| 59 |
+
|
| 60 |
+
**Input Parameters:**
|
| 61 |
+
* Robot State: One-Dimensional (1D) - Floating number vector<br>
|
| 62 |
+
|
| 63 |
+
## Output:
|
| 64 |
+
**Output Type(s):** End-effector target pose<br>
|
| 65 |
+
**Output Format:** Continuous-value vectors<br>
|
| 66 |
+
**Output Parameters:** [One-Dimensional (1D)] <br>
|
| 67 |
+
|
| 68 |
+
Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions. <br>
|
| 69 |
+
|
| 70 |
+
## Model Version(s):
|
| 71 |
+
Version 0.1.
|
| 72 |
+
|
| 73 |
+
# Training, Testing, and Evaluation:
|
| 74 |
+
**Training & Testing:** The model was trained completely in simulation (IsaacLab-Arena) using a on-policy Reinforcement Learning method.
|
| 75 |
+
|
| 76 |
+
**Data Collection Method:** N/A (Reinforcement Learning Only)
|
| 77 |
+
|
| 78 |
+
**Labeling Method:** N/A
|
| 79 |
+
|
| 80 |
+
**Properties:** There was no data collected or used for training. The model was trained completely in simulation (IsaacLab-Arena) using a on-policy Reinforcement Learning method. In this case, the data will be collected for a couple of episodes, then the algorithm will run gradient descent on these collected data to update the model weights. Once this step is done, the collected data will be discarded and a new batch of data will be collected and so on.
|
| 81 |
+
|
| 82 |
+
As for the simulation environment, it contains the robot itself, a primitive sitting on a table, and a ground plane.
|
| 83 |
+
|
| 84 |
+
All the training, testing, and evaluation was done in the same simulation environment. No data has been collected in any of these procedures.
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
## Inference:
|
| 88 |
+
**Acceleration Engine(s):** PyTorch
|
| 89 |
+
|
| 90 |
+
**Test Hardwares**
|
| 91 |
+
All of the below:
|
| 92 |
+
* NVIDIA Ampere
|
| 93 |
+
* NVIDIA Blackwell
|
| 94 |
+
* NVIDIA Jetson
|
| 95 |
+
* NVIDIA Hopper
|
| 96 |
+
* NVIDIA Lovelace
|
| 97 |
+
|
| 98 |
+
**Supported Operating System(s):**
|
| 99 |
+
* Linux
|
| 100 |
+
|
| 101 |
+
## Software Integration
|
| 102 |
+
|
| 103 |
+
**Runtime Engine(s):** Not Applicable
|
| 104 |
+
|
| 105 |
+
**Supported Hardware Microarchitecture Compatibility:**
|
| 106 |
+
All of the below:
|
| 107 |
+
* NVIDIA Ampere
|
| 108 |
+
* NVIDIA Blackwell
|
| 109 |
+
* NVIDIA Jetson
|
| 110 |
+
* NVIDIA Hopper
|
| 111 |
+
* NVIDIA Lovelace
|
| 112 |
+
|
| 113 |
+
**Preferred/Supported Operating System(s):** Linux
|
| 114 |
+
|
| 115 |
+
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
|
| 116 |
+
|
| 117 |
+
## Ethical Considerations:
|
| 118 |
+
NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
|
| 119 |
+
|
| 120 |
+
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|