nielsr HF Staff commited on
Commit
9c37530
·
verified ·
1 Parent(s): 6cad257

Add paper link and robotics task category

Browse files

This PR improves the dataset card by adding the `robotics` task category to the metadata. It also adds links to the research paper, the official GitHub repository, and the project page at the top of the README for better documentation and accessibility.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
-
 
4
  viewer: false
5
-
6
  ---
7
 
8
  # AgiBot World Challenge 2025 - Datasets
9
 
 
 
10
  <img src="poster.jpg" alt="Image Alt Text" width="100%" style="display: block; margin-left: auto; margin-right: auto;" />
11
 
12
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - robotics
5
  viewer: false
 
6
  ---
7
 
8
  # AgiBot World Challenge 2025 - Datasets
9
 
10
+ [Paper](https://huggingface.co/papers/2601.02078) | [Code](https://github.com/AgibotTech/genie_sim) | [Project Page](https://agibot-world.com/sim-evaluation)
11
+
12
  <img src="poster.jpg" alt="Image Alt Text" width="100%" style="display: block; margin-left: auto; margin-right: auto;" />
13
 
14