Add metadata and resource links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -1,6 +1,12 @@
 
 
 
 
1
  # Blockworld Models
2
 
3
- This repository hosts a curated set of checkpoints used for experiments of FloWM: https://huggingface.co/papers/2601.01075.
 
 
4
 
5
  ## Contents
6
  - `blockworld/dynamic/flowm/v2_dynamic.ckpt` — blockworld dynamic flowm v2_dynamic
@@ -18,3 +24,17 @@ This repository hosts a curated set of checkpoints used for experiments of FloWM
18
  - `blockworld/vae/blockworld_tex_vae.ckpt` — blockworld tex vae
19
 
20
  Hub: https://huggingface.co/flowm123/blockworld-models
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-to-video
3
+ ---
4
+
5
  # Blockworld Models
6
 
7
+ This repository hosts a curated set of checkpoints used for experiments of **FloWM**, as presented in the paper [Flow Equivariant World Models: Memory for Partially Observed Dynamic Environments](https://huggingface.co/papers/2601.01075).
8
+
9
+ [**Project Page**](https://flowequivariantworldmodels.github.io/) | [**GitHub Repository**](https://github.com/hlillemark/flowm)
10
 
11
  ## Contents
12
  - `blockworld/dynamic/flowm/v2_dynamic.ckpt` — blockworld dynamic flowm v2_dynamic
 
24
  - `blockworld/vae/blockworld_tex_vae.ckpt` — blockworld tex vae
25
 
26
  Hub: https://huggingface.co/flowm123/blockworld-models
27
+
28
+ ## Citation
29
+
30
+ ```bibtex
31
+ @misc{lillemark2026flowequivariantworldmodels,
32
+ title={Flow Equivariant World Models: Memory for Partially Observed Dynamic Environments},
33
+ author={Hansen Jin Lillemark and Benhao Huang and Fangneng Zhan and Yilun Du and Thomas Anderson Keller},
34
+ year={2026},
35
+ eprint={2601.01075},
36
+ archivePrefix={arXiv},
37
+ primaryClass={cs.LG},
38
+ url={https://arxiv.org/abs/2601.01075},
39
+ }
40
+ ```