Reinforcement Learning
Transformers
Safetensors
English
reward-model
robotics
vision-language-model
qwen3-vl
robot-learning
Instructions to use USC-PSI-Lab/LRM-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use USC-PSI-Lab/LRM-models with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("USC-PSI-Lab/LRM-models", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ tags:
|
|
| 9 |
- reinforcement-learning
|
| 10 |
- vision-language-model
|
| 11 |
- qwen3-vl
|
|
|
|
| 12 |
library_name: transformers
|
| 13 |
---
|
| 14 |
|
|
@@ -156,4 +157,4 @@ print(response)
|
|
| 156 |
|
| 157 |
## License
|
| 158 |
|
| 159 |
-
This project is licensed under the Apache 2.0 License.
|
|
|
|
| 9 |
- reinforcement-learning
|
| 10 |
- vision-language-model
|
| 11 |
- qwen3-vl
|
| 12 |
+
- robot-learning
|
| 13 |
library_name: transformers
|
| 14 |
---
|
| 15 |
|
|
|
|
| 157 |
|
| 158 |
## License
|
| 159 |
|
| 160 |
+
This project is licensed under the Apache 2.0 License.
|