Datasets:
Add link to paper and GitHub repository
Browse filesHi, I'm Niels from the Hugging Face community science team. This PR improves the dataset card by:
- Linking it to the paper: [TAVIS: A Benchmark for Egocentric Active Vision and Anticipatory Gaze in Imitation Learning](https://huggingface.co/papers/2605.07943).
- Adding a link to the official GitHub repository.
- Specifying the `robotics` task category in the metadata.
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
tags:
|
| 4 |
-
- robotics
|
| 5 |
-
- imitation-learning
|
| 6 |
-
- simulation-assets
|
| 7 |
pretty_name: TAVIS Robot and Task Assets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# TAVIS robot and task assets
|
|
@@ -14,6 +16,10 @@ articulations (Fourier GR1T2, Pollen Reachy 2, Robotiq 2F-85
|
|
| 14 |
grippers) and the task assets (YCB objects, packing table) used by
|
| 15 |
the eight TAVIS tasks.
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
This bundle is fetched at runtime by
|
| 18 |
[`tavis.download_assets`](https://huggingface.co/tavis-benchmark)
|
| 19 |
on the first construction of a `make_tavis_env(...)` environment.
|
|
@@ -28,4 +34,4 @@ The asset bundle's version is tracked separately from the code
|
|
| 28 |
## Licensing & attribution
|
| 29 |
|
| 30 |
See `CREDITS.md` for per-asset attribution. All third-party content
|
| 31 |
-
is redistributed under the original upstream licenses.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
pretty_name: TAVIS Robot and Task Assets
|
| 4 |
+
task_categories:
|
| 5 |
+
- robotics
|
| 6 |
+
tags:
|
| 7 |
+
- robotics
|
| 8 |
+
- imitation-learning
|
| 9 |
+
- simulation-assets
|
| 10 |
---
|
| 11 |
|
| 12 |
# TAVIS robot and task assets
|
|
|
|
| 16 |
grippers) and the task assets (YCB objects, packing table) used by
|
| 17 |
the eight TAVIS tasks.
|
| 18 |
|
| 19 |
+
This dataset is associated with the paper [TAVIS: A Benchmark for Egocentric Active Vision and Anticipatory Gaze in Imitation Learning](https://huggingface.co/papers/2605.07943).
|
| 20 |
+
|
| 21 |
+
**Code:** [https://github.com/spiglerg/tavis](https://github.com/spiglerg/tavis)
|
| 22 |
+
|
| 23 |
This bundle is fetched at runtime by
|
| 24 |
[`tavis.download_assets`](https://huggingface.co/tavis-benchmark)
|
| 25 |
on the first construction of a `make_tavis_env(...)` environment.
|
|
|
|
| 34 |
## Licensing & attribution
|
| 35 |
|
| 36 |
See `CREDITS.md` for per-asset attribution. All third-party content
|
| 37 |
+
is redistributed under the original upstream licenses.
|