TMarcus commited on
Commit
1926564
·
verified ·
1 Parent(s): f50fa4c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - visual-question-answering
5
+ - robotics
6
+ language:
7
+ - en
8
+ tags:
9
+ - embodied-ai
10
+ - vision-language-navigation
11
+ ---
12
+
13
+ # MindCraft
14
+
15
+ Benchmark for spatio-temporal reasoning during vision-and-language navigation, used with [LASAR](https://github.com/YOUR_ORG/LASAR).
16
+
17
+ ## Layout
18
+
19
+ ```
20
+ mindcraft/
21
+ 000001/
22
+ data.npz
23
+ 1.mp4
24
+ ...
25
+ ```
26
+
27
+ ## Citation
28
+
29
+ ```bibtex
30
+ @inproceedings{lasar2026,
31
+ title={LASAR: Towards Spatio-temporal Reasoning with Latent Cognitive Map},
32
+ booktitle={CVPR},
33
+ year={2026}
34
+ }
35
+ ```