xyaoNV commited on
Commit
7fa7672
·
verified ·
1 Parent(s): 218a266

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +117 -0
README.md ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-Franka-Lift-Object-RL-Task is a model trained for the object lifting task in one of IsaacLab-Arena example workflows. The Franka Panda robot learns to grasp and lift objects to target positions 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
+ ### Deployment Geography:
25
+ Global
26
+
27
+ ### Release Date:
28
+
29
+ GitHub: 03/30/2026 via [isaac-sim/IsaacLab-Arena](https://github.com/isaac-sim/IsaacLab-Arena/)
30
+ Hugging Face: 03/30/2026 via [nvidia/Arena-Franka-Lift-Object-RL-Task](https://huggingface.co/nvidia/Arena-Franka-Lift-Object-RL-Task)
31
+
32
+ ### Use Case:
33
+ Researchers, Academics, Open-Source Community: AI-driven robotics research and algorithm development.
34
+ Developers: Integrate and customize AI for various robotic applications.
35
+ Startups & Companies: Accelerate robotics development and reduce training costs.
36
+
37
+ ## Reference(s):
38
+ RSL‑RL: A Learning Library for Robotics Research, arXiv preprint (2025), arXiv:2509.10771
39
+
40
+ ## Model Architecture:
41
+
42
+ **Architecture Type:** Multi-layer Perceptron
43
+
44
+ **Network Architecture:**
45
+ The model is trained to move the Franka 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.
46
+
47
+ **Number of Model Parameters:**
48
+ 105,871
49
+
50
+ ## Input:
51
+ **Input Type:**
52
+ * Robot State: End-effector pose capsulating position and rotation [x, y, z, w, x, y, z]<br>
53
+
54
+ **Input Format:**
55
+ * Robot State: Floating Point<br>
56
+
57
+ **Input Parameters:**
58
+ * Robot State: One-Dimensional (1D) - Floating number vector<br>
59
+
60
+ ## Output:
61
+ **Output Type(s):** End-effector target pose<br>
62
+ **Output Format:** Continuous-value vectors<br>
63
+ **Output Parameters:** [One-Dimensional (1D)] <br>
64
+
65
+ 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>
66
+
67
+ ## Model Version(s):
68
+ Version 0.1.
69
+
70
+ # Training, Testing, and Evaluation:
71
+ **Training & Testing:** The model was trained completely in simulation (IsaacLab-Arena) using a on-policy Reinforcement Learning method.
72
+
73
+ **Data Collection Method:** N/A (Reinforcement Learning Only)
74
+
75
+ **Labeling Method:** N/A
76
+
77
+ **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.
78
+
79
+ As for the simulation environment, it contains the robot itself, a cube sitting on a table, and a ground plane.
80
+
81
+ All the training, testing, and evaluation was done in the same simulation environment. No data has been collected in any of these procedures.
82
+
83
+
84
+ ## Inference:
85
+ **Acceleration Engine(s):** PyTorch
86
+
87
+ **Test Hardwares**
88
+ All of the below:
89
+ * NVIDIA Ampere
90
+ * NVIDIA Blackwell
91
+ * NVIDIA Jetson
92
+ * NVIDIA Hopper
93
+ * NVIDIA Lovelace
94
+
95
+ **Supported Operating System(s):**
96
+ * Linux
97
+
98
+ ## Software Integration
99
+
100
+ **Runtime Engine(s):** Not Applicable
101
+
102
+ **Supported Hardware Microarchitecture Compatibility:**
103
+ All of the below:
104
+ * NVIDIA Ampere
105
+ * NVIDIA Blackwell
106
+ * NVIDIA Jetson
107
+ * NVIDIA Hopper
108
+ * NVIDIA Lovelace
109
+
110
+ **Preferred/Supported Operating System(s):** Linux
111
+
112
+ 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.
113
+
114
+ ## Ethical Considerations:
115
+ 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.
116
+
117
+ Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).