Update task category to robotics and add descriptive tags

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,7 +1,12 @@
1
  ---
2
  license: mit
3
  task_categories:
4
- - video-classification
 
 
 
 
 
5
  configs:
6
  - config_name: loss_only
7
  data_files: boundaries.jsonl
@@ -9,7 +14,11 @@ configs:
9
  data_files: boundaries_with_info.jsonl
10
  ---
11
 
12
- This is the segmented datasets of the [SkillDiscovery](https://github.com/CraftJarvis/SkillDiscovery/) project ([arXiv](https://huggingface.co/papers/2503.10684), [project page](https://craftjarvis.github.io/SkillDiscovery/)).
 
 
 
 
13
  Each line of the jsonl file consists of the video file name and the boundaries [begin1, end1], [begin2, end2], ...
14
- Events information is also included in the "with info" file.
15
  The video files can be downloaded [here](https://github.com/openai/Video-Pre-Training). Notice that we use the **7.x** version.
 
1
  ---
2
  license: mit
3
  task_categories:
4
+ - robotics
5
+ tags:
6
+ - skill-discovery
7
+ - minecraft
8
+ - reinforcement-learning
9
+ - video-segmentation
10
  configs:
11
  - config_name: loss_only
12
  data_files: boundaries.jsonl
 
14
  data_files: boundaries_with_info.jsonl
15
  ---
16
 
17
+ This is the segmented datasets of the project presented in the paper [Open-World Skill Discovery from Unsegmented Demonstrations](https://huggingface.co/papers/2503.10684).
18
+
19
+ - **Code:** [https://github.com/CraftJarvis/SkillDiscovery](https://github.com/CraftJarvis/SkillDiscovery)
20
+ - **Project Page:** [https://craftjarvis.github.io/SkillDiscovery](https://craftjarvis.github.io/SkillDiscovery)
21
+
22
  Each line of the jsonl file consists of the video file name and the boundaries [begin1, end1], [begin2, end2], ...
23
+ Events information is also included in the "with info" file.
24
  The video files can be downloaded [here](https://github.com/openai/Video-Pre-Training). Notice that we use the **7.x** version.