File size: 2,040 Bytes
71f9f5b
 
88b5faa
 
71f9f5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88b5faa
71f9f5b
88b5faa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
license: mit
task_categories:
- robotics
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: trajectories
    list: float64
  - name: c_data
    list: float64
  - name: samples
    list:
      list:
        list:
          list: float64
  - name: dsamples
    list:
      list:
        list:
          list: float64
  - name: t_samples
    list:
      list: float64
  splits:
  - name: train
    num_bytes: 187797344364
    num_examples: 199099
  download_size: 177769694322
  dataset_size: 187797344364
---

# SafeFlowMPC Finetuning Dataset

This repository contains the finetuning dataset used in the paper [SafeFlowMPC: Predictive and Safe Trajectory Planning for Robot Manipulators with Learning-based Policies](https://huggingface.co/papers/2602.12794). 

SafeFlowMPC is a method that combines flow matching and online optimization to achieve safe and flexible robotic manipulation. This specific dataset is used for the finetuning stage to incorporate safety considerations into the model.

- **Paper:** [SafeFlowMPC: Predictive and Safe Trajectory Planning for Robot Manipulators with Learning-based Policies](https://huggingface.co/papers/2602.12794)
- **Code:** [SafeFlowMPC GitHub](https://github.com/TU-Wien-ACIN-CDS/SafeFlowMPC)
- **Project Page:** [https://www.acin.tuwien.ac.at/en/42d6](https://www.acin.tuwien.ac.at/en/42d6)

## Usage

This dataset is designed to be used with the SafeFlowMPC training scripts. To finetune a model on this dataset with safety considerations, you can use the following command from the official repository:

```bash
python train_imitation_learning_safe.py
```

The script is configured to load this dataset automatically from the Hugging Face Hub.

## Dataset Creation
The dataset was created using the VP-STO planner. It contains safe intermediate trajectories generated to train the flow matching model for precise and safe robotic tasks, such as grasping and human-robot object handovers on a KUKA 7-DoF manipulator.