Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ MolmoAct2).
| `kitchenbench/sort_cutlery` | sort the cutlery into the correct tray compartments | | classification |
| `kitchenbench/scoop_pasta` | scoop about {fill_target_g} g of the {pasta} with the {tool} and transfer it to the container | ✅ | granular+tool |

> [!NOTE]
> **KitchenBench-Lite:** `place_cutlery`, `stack`, `place_in_rack`,
> `open_container`, and `scoop_pasta` together form KitchenBench-Lite, a
> five-task subset of the full benchmark.

> [!NOTE]
> Every value each task varies over (the objects a `{placeholder}` can name,
> counts, forces, placement jitter) is documented in the task reference on the
Expand Down
Loading