Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,7 @@ configs:
|
|
| 18 |
- split: single_arm
|
| 19 |
path: 3_generalized_planning/cross_embodiment/single_arm/questions.json
|
| 20 |
---
|
|
|
|
| 21 |
<p align="center">
|
| 22 |
<img src="https://robo-bench.github.io/static/images/log/R1.png" alt="RoboBench Logo" width="120"/>
|
| 23 |
</p>
|
|
@@ -65,43 +66,6 @@ RoboBench/
|
|
| 65 |
└──system_prompt.json. # Every task system prompts
|
| 66 |
```
|
| 67 |
|
| 68 |
-
## 🚀 Quick Start
|
| 69 |
-
|
| 70 |
-
### Installation
|
| 71 |
-
|
| 72 |
-
```bash
|
| 73 |
-
# Clone the repository
|
| 74 |
-
git clone https://github.com/lyl750697268/RoboBench.git
|
| 75 |
-
cd RoboBench
|
| 76 |
-
|
| 77 |
-
# Install dependencies
|
| 78 |
-
pip install -r requirements.txt
|
| 79 |
-
```
|
| 80 |
-
|
| 81 |
-
### Basic Usage
|
| 82 |
-
|
| 83 |
-
```python
|
| 84 |
-
from datasets import load_dataset
|
| 85 |
-
|
| 86 |
-
# Load the dataset
|
| 87 |
-
dataset = load_dataset("your-username/RoboBench")
|
| 88 |
-
|
| 89 |
-
# Access different splits
|
| 90 |
-
train_data = dataset['train']
|
| 91 |
-
test_data = dataset['test']
|
| 92 |
-
|
| 93 |
-
# Example: Access a single sample
|
| 94 |
-
sample = train_data[0]
|
| 95 |
-
print(f"Question: {sample['question']}")
|
| 96 |
-
print(f"Answer: {sample['answer']}")
|
| 97 |
-
```
|
| 98 |
-
|
| 99 |
-
## 📈 Evaluation Metrics
|
| 100 |
-
|
| 101 |
-
- **Accuracy**: Overall task completion rate
|
| 102 |
-
- **Perception Score**: Visual understanding capabilities
|
| 103 |
-
- **Reasoning Score**: Logical reasoning abilities
|
| 104 |
-
- **Planning Score**: Task planning effectiveness
|
| 105 |
|
| 106 |
## 🔬 Research Applications
|
| 107 |
|
|
|
|
| 18 |
- split: single_arm
|
| 19 |
path: 3_generalized_planning/cross_embodiment/single_arm/questions.json
|
| 20 |
---
|
| 21 |
+
|
| 22 |
<p align="center">
|
| 23 |
<img src="https://robo-bench.github.io/static/images/log/R1.png" alt="RoboBench Logo" width="120"/>
|
| 24 |
</p>
|
|
|
|
| 66 |
└──system_prompt.json. # Every task system prompts
|
| 67 |
```
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
|
| 70 |
## 🔬 Research Applications
|
| 71 |
|