Update dataset card with paper, code, and robotics metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,15 +1,42 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- simulation
|
| 5 |
- panda
|
| 6 |
-
-
|
| 7 |
-
- gym
|
| 8 |
- robot
|
| 9 |
- manipulation
|
| 10 |
-
-
|
| 11 |
-
- imitation
|
| 12 |
-
-
|
| 13 |
---
|
| 14 |
-
|
| 15 |
-
Panda
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
tags:
|
| 6 |
- simulation
|
| 7 |
- panda
|
| 8 |
+
- isaac-gym
|
|
|
|
| 9 |
- robot
|
| 10 |
- manipulation
|
| 11 |
+
- push-t
|
| 12 |
+
- imitation-learning
|
| 13 |
+
- world-models
|
| 14 |
---
|
| 15 |
+
|
| 16 |
+
# Panda Dataset
|
| 17 |
+
|
| 18 |
+
[**Project Page**](https://taldatech.github.io/lpwm-web) | [**Paper**](https://huggingface.co/papers/2603.04553) | [**GitHub**](https://github.com/taldatech/lpwm)
|
| 19 |
+
|
| 20 |
+
This repository contains expert imitation trajectories (actions and frames) for several robotic manipulation tasks, as presented in the paper [Latent Particle World Models: Self-supervised Object-centric Stochastic Dynamics Modeling](https://huggingface.co/papers/2603.04553).
|
| 21 |
+
|
| 22 |
+
## Dataset Description
|
| 23 |
+
|
| 24 |
+
The data consists of expert trajectories generated using a **Panda robot** in the **IsaacGym** simulator. It was used to evaluate Latent Particle World Models (LPWM) in tasks requiring stochastic dynamics modeling and goal-conditioned imitation learning.
|
| 25 |
+
|
| 26 |
+
- **Tasks**:
|
| 27 |
+
- **Cube**: Manipulation of 1, 2, or 3 cubes.
|
| 28 |
+
- **Push-T**: Pushing T-shaped objects (1, 2, or 3 T's).
|
| 29 |
+
- **Observations**: 128x128 resolution RGB frames, including 2 camera views per task.
|
| 30 |
+
- **Actions**: Continuous robot actions corresponding to the trajectories.
|
| 31 |
+
|
| 32 |
+
## Citation
|
| 33 |
+
|
| 34 |
+
```bibtex
|
| 35 |
+
@inproceedings{daniel2026latent,
|
| 36 |
+
title={Latent Particle World Models: Self-supervised Object-centric Stochastic Dynamics Modeling},
|
| 37 |
+
author={Tal Daniel and Carl Qi and Dan Haramati and Amir Zadeh and Chuan Li and Aviv Tamar and Deepak Pathak and David Held},
|
| 38 |
+
booktitle={The Fourteenth International Conference on Learning Representations},
|
| 39 |
+
year={2026},
|
| 40 |
+
url={https://openreview.net/forum?id=lTaPtGiUUc}
|
| 41 |
+
}
|
| 42 |
+
```
|