liuwangaaaa commited on
Commit
0134e94
·
verified ·
1 Parent(s): 81f9ab7

model: add torch model for task: put the yellow mango on the blue plate

Browse files
Files changed (2) hide show
  1. CHANGELOG.md +3 -2
  2. README.md +4 -4
CHANGELOG.md CHANGED
@@ -1,9 +1,10 @@
1
  # Changelog for pi0 models
2
 
3
- pi0_models_v0.1.0 (2026-2-2)
4
  ------------------
5
  1. Add torch model for task: put the box.
6
 
7
- pi0_models_v0.1.1 (2025-12-18)
8
  ------------------
9
  1. Add torch model for task: pi0 put the yellow mango_on the blue plate.
 
 
1
  # Changelog for pi0 models
2
 
3
+ pi0_models_v0.1.0 (2026-1-27)
4
  ------------------
5
  1. Add torch model for task: put the box.
6
 
7
+ pi0_models_v0.2.0 (2026-2-2)
8
  ------------------
9
  1. Add torch model for task: pi0 put the yellow mango_on the blue plate.
10
+ 2. Teaching Arm AliciaD: Implemented first-order low-pass filtering on status output prior to data collection.
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # pi0 models
2
 
3
- | folder | model | adapt_to_pi | prompt |
4
- |---------|---------|---------|---------|
5
- | put_the_box | pi0_base, torch | False | put the box |
6
- | pi0_put_the_yellow_mango_on_the_blue_plate | pi0_base, torch | False | put the yellowmango on the blue plate |
 
1
  # pi0 models
2
 
3
+ | version | folder | model | adapt_to_pi | prompt |
4
+ |---------|---------|---------|---------|---------|
5
+ | v0.1.0 | put_the_box | pi0_base, torch | False | put the box |
6
+ | v0.2.0 | pi0_put_the_yellow_mango_on_the_blue_plate | pi0_base, torch | False | put the yellow mango on the blue plate |