LeroyWaa commited on
Commit
cd1e40a
Β·
1 Parent(s): 246c106

update README and add metadata

Browse files
Files changed (1) hide show
  1. README.md +15 -37
README.md CHANGED
@@ -1,40 +1,18 @@
1
- # Heterogeneous World Modeling with Actions
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- Progress in video generation may soon make it possible to evaluate robot policies in a completely learned world model.
4
- Modified from [here](https://github.com/1x-technologies/1xgpt)
5
 
6
- ## Getting Started
7
- We require `Python 3.10` or later. This code was tested with `Python 3.10.12`.
8
 
9
- ```
10
- # Install dependencies and download data
11
- ./build.sh
12
-
13
- # Source the Python environment
14
- source venv/bin/activate
15
- ```
16
-
17
- ## File Structures
18
- ```angular2html
19
- β”œβ”€β”€ ...
20
- β”œβ”€β”€ HPT-Video
21
- | |── data # cached token datasets and model checkpoints
22
- | |── genie # main modeling code
23
- | | |── diffusion # diffusion loss related
24
- | | |── evaluate.py # evaluate a trained model
25
- | | |── st_mar.py # spatial time MAR
26
- | | |── generate.py # generate tokens from trained model
27
- | | |── st_maskgit.py # spatial-time maskgit
28
- | |── magvit # magvit code
29
- | |── sim # simulation related codebase
30
- | |── experiments
31
- | | |── cmd # handy commands
32
- | | |── datasplit # dataset split
33
- | | |── scripts # ablation and training scripts.
34
- | |── common # common utility and plot scripts
35
- | |── train.py # train using magvit
36
- | |── train_diffusion.py # train using mar
37
- | |── train_multi.py # train on multiple datasets jointly
38
- | |── visualize.py # visualize generated tokens
39
- └── ...
40
- ```
 
1
+ ---
2
+ title: HMA
3
+ emoji: πŸ“ˆ
4
+ colorFrom: purple
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ python_version: 3.9.13
8
+ sdk_version: 3.41.2
9
+ app_file: app.py
10
+ pinned: false
11
+ license: apache-2.0
12
+ ---
13
 
14
+ # Generative Simulation Interactive Demo
 
15
 
16
+ This demo is from the project:
 
17
 
18
+ **HMA**