charlesxu0124
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- openvla/openvla-7b
|
4 |
+
- rail-berkeley/octo-base
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains [OpenVLA](https://huggingface.co/openvla/openvla-7b) and [Octo](https://huggingface.co/rail-berkeley/octo-base) checkpoints fine-tuned on tele-op and RL generated datasets for the Connctor Insertion task in the paper [RLDG: Robotic Generalist Policy Distillation via Reinforcement Learning
|
8 |
+
](https://generalist-distillation.github.io/).
|
9 |
+
|
10 |
+
Each model takes as input 1 wrist camera and outputs a 6D end-effector twist expressed in the wrist frame.
|