Yinpei commited on
Commit
b5e133b
·
verified ·
1 Parent(s): 58dc62b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Preprocessed Sample RoboMME Data
6
+ [Arxiv Paper](https://arxiv.org/abs/2603.04639) | [HF Paper](https://huggingface.co/papers/2603.04639) | [Website](https://robomme.github.io/) | [Benchmark Code](https://github.com/RoboMME/robomme_benchmark) | [Policy Learning Code](https://github.com/RoboMME/robomme_policy_learning)
7
+
8
+
9
+ This dataset is generated by running
10
+
11
+ ```
12
+ uv run python scripts/build_dataset.py --dataset_type robomme_pkl --preprocessed_data_path data/robomme_preprocessed_data_sample --max_episodes 5
13
+ ```
14
+
15
+ from the [RoboMME policy learning repository](https://github.com/RoboMME/robomme_policy_learning).
16
+
17
+ It contains 5 episodes per task (80 episodes in total), providing a lightweight subset for quick setup and fast training.