futurefantasy commited on
Commit
3ba9394
·
verified ·
1 Parent(s): 276e300

Update bundled examples and add reference outputs

Browse files
Files changed (1) hide show
  1. examples/README.md +6 -2
examples/README.md CHANGED
@@ -6,10 +6,12 @@ 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: `将三角烧杯放在三脚架上。`
@@ -19,4 +21,6 @@ Each example directory contains:
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.
 
6
 
7
  - `example_01`
8
  - bucket: `test_nonexpert_seen`
9
+ - task: `抓取紫色方块使其从方形洞口落积木桶中`
10
+ - note: `contains rollback / grasp-failure regression`
11
  - `example_02`
12
  - bucket: `test_nonexpert_unseen`
13
+ - task: `把洋葱放进快递箱里`
14
+ - note: `contains rollback / object-drop regression`
15
  - `example_03`
16
  - bucket: `test_expert_seen`
17
  - task: `将三角烧杯放在三脚架上。`
 
21
  - `episode.mp4`: demo video
22
  - `metadata.json`: source bucket and task metadata, plus bundled benchmark GT progress
23
 
24
+ Reference outputs and GT-vs-prediction comparison plots for the rollback demos are available under `reference_outputs/`.
25
+
26
  Use `../quick_start/run_example.py` to run the released VLAC model on any of these examples.