You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ robotics loops rather than standalone algorithms.
11
11
12
12
## Current Status
13
13
14
-
-25 runnable examples
14
+
-26 runnable examples
15
15
- 20 learning-path roadmap examples
16
-
-24 README GIFs generated from runnable examples
17
-
-67 smoke and regression tests
16
+
-25 README GIFs generated from runnable examples
17
+
-68 smoke and regression tests
18
18
- Core dependencies only: `numpy` and `matplotlib`
19
19
20
20
See `docs/status.md` for the implementation snapshot and `docs/plan.md` for
@@ -136,6 +136,10 @@ These GIFs are generated from the runnable examples, not separate animations.
136
136
| --- | --- |
137
137
|||
138
138
139
+
| Object permanence toy |
140
+
| --- |
141
+
||
|`embodied_ai/18_goal_conditioned_minikitchen.py`|`python examples/embodied_ai/18_goal_conditioned_minikitchen.py "bring mug to table"`| goal -> container search -> pick -> place |
50
50
|`embodied_ai/19_tiny_vla_loop.py`|`python examples/embodied_ai/19_tiny_vla_loop.py "place red block in blue bin"`| language -> visual tokens -> skill -> retry |
51
+
|`embodied_ai/21_object_permanence_toy.py`|`python examples/embodied_ai/21_object_permanence_toy.py`| see object -> memory persists across occlusion -> peek |
0 commit comments