futurefantasy commited on
Commit
547eb91
·
verified ·
1 Parent(s): 77615a0

Add examples/README.md

Browse files
Files changed (1) hide show
  1. examples/README.md +22 -0
examples/README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Examples
2
+
3
+ This directory contains `3` bundled demo episodes for quick smoke testing and simple progress inference demos.
4
+
5
+ Included examples:
6
+
7
+ - `example_01`
8
+ - bucket: `test_nonexpert_seen`
9
+ - task: `抓取插座放入电饭锅的内锅中`
10
+ - `example_02`
11
+ - bucket: `test_nonexpert_unseen`
12
+ - task: `抓取塑料瓶使其放进黄色纸箱里`
13
+ - `example_03`
14
+ - bucket: `test_expert_seen`
15
+ - task: `将三角烧杯放在三脚架上。`
16
+
17
+ Each example directory contains:
18
+
19
+ - `episode.mp4`: demo video
20
+ - `metadata.json`: source bucket and task metadata, plus bundled benchmark GT progress
21
+
22
+ Use `../quick_start/run_example.py` to run the released VLAC model on any of these examples.