Add paper, project page, and code links to dataset card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -1,11 +1,34 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  tags:
4
  - video
5
  - gameplay
6
  - rl
7
  - mario
8
  ---
9
- Expert gameplay video from Super Mario Bros, divided to episodes and train/val splits. Frames are 1280x720.
10
 
11
- Source: https://www.youtube.com/watch?v=c_b9Yn34pdI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - image-to-video
5
  tags:
6
  - video
7
  - gameplay
8
  - rl
9
  - mario
10
  ---
 
11
 
12
+ # Mario Gameplay Dataset
13
+
14
+ Expert gameplay video from Super Mario Bros, divided into 100-frame episodes and train/val splits. Frames are 1280x720.
15
+
16
+ This dataset was used to evaluate **Latent Particle World Models (LPWM)**, a self-supervised object-centric world model presented in:
17
+
18
+ - **Paper:** [Latent Particle World Models: Self-supervised Object-centric Stochastic Dynamics Modeling](https://huggingface.co/papers/2603.04553)
19
+ - **Project Page:** [https://taldatech.github.io/lpwm-web](https://taldatech.github.io/lpwm-web)
20
+ - **GitHub Repository:** [https://github.com/taldatech/lpwm](https://github.com/taldatech/lpwm)
21
+ - **Original Source:** [https://www.youtube.com/watch?v=c_b9Yn34pdI](https://www.youtube.com/watch?v=c_b9Yn34pdI)
22
+
23
+ ## Citation
24
+
25
+ ```bibtex
26
+ @inproceedings{
27
+ daniel2026latent,
28
+ title={Latent Particle World Models: Self-supervised Object-centric Stochastic Dynamics Modeling},
29
+ author={Tal Daniel and Carl Qi and Dan Haramati and Amir Zadeh and Chuan Li and Aviv Tamar and Deepak Pathak and David Held},
30
+ booktitle={The Fourteenth International Conference on Learning Representations},
31
+ year={2026},
32
+ url={https://openreview.net/forum?id=lTaPtGiUUc}
33
+ }
34
+ ```